validate_schema.sh 1.78 KB
Newer Older
canterafonsj's avatar
canterafonsj committed
#!/bin/bash
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/Entity.json -r ./schema/common.json -r ./schema/geometry-schema.json
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/subscriptions/Subscription.json -r ./schema/common.json -r ./schema/geometry-schema.json
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/temporal/EntityTemporal.json -r ./schema/common.json -r ./schema/geometry-schema.json -r ./schema/Entity.json
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/registrations/ContextSourceRegistration.json -r ./schema/common.json -r ./schema/geometry-schema.json
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/subscriptions/Notification.json -r ./schema/common.json -r ./schema/geometry-schema.json -r ./schema/Entity.json
ajv compile -s ./schema/registrations/ContextSourceNotification.json -r ./schema/common.json -r ./schema/geometry-schema.json -r ./schema/registrations/ContextSourceRegistration.json
ajv compile -s ./schema/EntityList.json -r ./schema/common.json -r ./schema/geometry-schema.json -r ./schema/Entity.json
ajv compile -s ./schema/subscriptions/SubscriptionList.json -r ./schema/common.json -r ./schema/geometry-schema.json -r ./schema/subscriptions/Subscription.json
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/registrations/ContextSourceRegistrationList.json -r ./schema/common.json -r ./schema/geometry-schema.json -r ./schema/registrations/ContextSourceRegistration.json
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/temporal/EntityTemporalList.json -r ./schema/temporal/EntityTemporal.json -r ./schema/Entity.json -r ./schema/common.json -r ./schema/geometry-schema.json
ajv compile -s ./schema/BatchOperationResult.json -r ./schema/common.json
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/UpdateResult.json
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/Entity_keyValues.json -r ./schema/common.json -r ./schema/geometry-schema.json 
canterafonsj's avatar
canterafonsj committed

ajv compile -s ./schema/temporal/Entity_temporalValues.json -r ./schema/common.json -r ./schema/geometry-schema.json -r ./schema/Entity.json