From 1282fb4d3d40049c9e5349dd7d405522db47dbf4 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Tue, 13 Nov 2018 10:33:29 +0100 Subject: [PATCH] Add script for Entity List --- scripts/validate_schema.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/validate_schema.sh b/scripts/validate_schema.sh index 2f4cc97..633b39f 100755 --- a/scripts/validate_schema.sh +++ b/scripts/validate_schema.sh @@ -12,3 +12,5 @@ ajv compile -s $SCHEMAS/Notification.json -r $SCHEMAS/common.json -r $SCHEMAS/ge ajv compile -s $SCHEMAS/ContextSourceNotification.json -r $SCHEMAS/common.json -r $SCHEMAS/geometry-schema.json -r $SCHEMAS/ContextSourceRegistration.json +ajv compile -s $SCHEMAS/EntityList.json -r $SCHEMAS/common.json -r $SCHEMAS/geometry-schema.json -r $SCHEMAS/Entity.json + -- GitLab