package-lock.json
0 → 100644
+47
−0
package.json
0 → 100644
+21
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"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
+5
−0
Loading