From ebab88d329dc25e6d1fcda638ae5b9be43bd0406 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Thu, 8 Nov 2018 10:12:07 +0100 Subject: [PATCH] Update README.md --- schema/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/schema/README.md b/schema/README.md index 997aa06..3637e56 100644 --- a/schema/README.md +++ b/schema/README.md @@ -3,8 +3,14 @@ This folder contains JSON Schemas for the NGSI-LD API. Schemas have been developed using Draft07 of JSON Schema. + https://json-schema.org/latest/json-schema-validation.html -Schemas have been validated using +Schemas have been validated online using https://www.jsonschemavalidator.net/ + +and from a CLI interface using + +https://ajv.js.org/ + -- GitLab