Schema validation
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "ngsi-ld", | ||
"version": "1.0.0", | ||
"description": "NGSI-LD Schema Compilation", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "ajv compile -s schema/Entity.json -r schema/common.json -r schema/geometry-schema.json" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD" | ||
}, | ||
"keywords": [ | ||
"NGSI-LD" | ||
], | ||
"author": "Jose Manuel Cantera", | ||
"license": "ISC", | ||
"dependencies": { | ||
"ajv": "^6.5.5" | ||
} | ||
} |
scripts/validate_schema.sh
0 → 100755
Please register or sign in to comment