Merge branch 'fix-spec' from Stefan into 'master', makes the OpenAPI spec usable again
Fix spec See merge request NGSI-LD/NGSI-LD!7
This diff is collapsed.
This diff is collapsed.
docker/Dockerfile
0 → 100644
package-lock.json
deleted
100644 → 0
package.json
deleted
100644 → 0
{ | ||
"name": "ngsi-ld", | ||
"version": "1.0.1", | ||
"description": "NGSI-LD Schema Compilation", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "./scripts/validate_all.sh", | ||
"validate-examples": "./scripts/validate_examples.sh", | ||
"validate-locally": "./scripts/validate_locally.sh", | ||
"validate-online": "./scripts/validate_online.sh", | ||
"validate-schema": "./scripts/validate_schema.sh", | ||
"combine-files": "./scripts/combine_files.sh" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD" | ||
}, | ||
"keywords": [ | ||
"NGSI-LD" | ||
], | ||
"author": "Jose Manuel Cantera", | ||
"license": "ISC", | ||
"dependencies": { | ||
"ajv": "^6.12.5", | ||
"swagger-cli": "^4.0.4" | ||
} | ||
} |
schema/Geometry.json
0 → 100644