diff --git a/scripts/validate_schema.sh b/scripts/validate_schema.sh index 2f4cc973646677a4450c638b5107526bc2614a65..633b39f02f70b7138de6cd292fdcfce5c1a7d507 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 +