Update schemas to match new identifier restrictions.

This commit is contained in:
Tony Garnock-Jones 2021-06-25 09:45:38 +02:00
parent 824b078eac
commit e034486aaa
6 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version 1 .
embeddedType EntityRef.Ref .
Observe = <Observe @pattern dataspace-patterns.Pattern @observer #!any>.
Observe = <Observe @pattern dataspacePatterns.Pattern @observer #!any>.

View File

@ -1,5 +1,5 @@
version 1 .
embeddedType EntityRef.Ref .
RequireService = <require-service @service-name any>.
ServiceRunning = <service-running @service-name any>.
RequireService = <require-service @serviceName any>.
ServiceRunning = <service-running @serviceName any>.