From 2c728a4fbc0c60798b9ebe16f864f92cc39ebe90 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Tue, 13 Nov 2018 17:19:23 +0100 Subject: [PATCH] Validate Schema --- scripts/validate_schema.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validate_schema.sh b/scripts/validate_schema.sh index dc05dbe..1dd345e 100755 --- a/scripts/validate_schema.sh +++ b/scripts/validate_schema.sh @@ -10,7 +10,7 @@ ajv compile -s $SCHEMAS/registrations/ContextSourceRegistration.json -r $SCHEMAS ajv compile -s $SCHEMAS/subscriptions/Notification.json -r $SCHEMAS/common.json -r $SCHEMAS/geometry-schema.json -r $SCHEMAS/Entity.json -ajv compile -s $SCHEMAS/subscriptions/ContextSourceNotification.json -r $SCHEMAS/common.json -r $SCHEMAS/geometry-schema.json -r $SCHEMAS/registrations/ContextSourceRegistration.json +ajv compile -s $SCHEMAS/registrations/ContextSourceNotification.json -r $SCHEMAS/common.json -r $SCHEMAS/geometry-schema.json -r $SCHEMAS/registrations/ContextSourceRegistration.json ajv compile -s $SCHEMAS/EntityList.json -r $SCHEMAS/common.json -r $SCHEMAS/geometry-schema.json -r $SCHEMAS/Entity.json -- GitLab