Commit 027d7c8c authored by canterafonsj's avatar canterafonsj
Browse files

FIX Correct id for the Schemas

parent b9191941
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "$schema": "http://json-schema.org/schema#",
  "$id": "https://uri.etsi.org/ngsi-ld/schema/EntityList.json",
  "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/EntityList.json",
  "title": "NGSI-LD EntityList",
  "description": "NGSI-LD EntityList",
  "definitions": {
+1 −1
Original line number Diff line number Diff line
{
  "$schema": "http://json-schema.org/schema#",
  "$id": "https://uri.etsi.org/ngsi-ld/schema/Entity_keyValues.json",
  "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity_keyValues.json",
  "title": "NGSI-LD Entity Key Values",
  "description": "NGSI-LD Entity Simplified Representation",
  "type": "object",
+1 −1
Original line number Diff line number Diff line
{
  "$schema": "http://json-schema.org/schema#",
  "$id": "https://uri.etsi.org/ngsi-ld/schema/UpdateResult.json",
  "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/UpdateResult.json",
  "title": "NGSI-LD Update Result",
  "description": "NGSI-LD Update Result",
  "definitions": {
+1 −1
Original line number Diff line number Diff line
{
  "$schema": "http://json-schema.org/schema#",
  "$id": "https://uri.etsi.org/ngsi-ld/schema/ContextSourceNotification.json",
  "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceNotification.json",
  "title": "NGSI-LD Context Source Notification",
  "description": "NGSI-LD Context Source Notification",
  "type": "object",
+1 −1
Original line number Diff line number Diff line
{
  "$schema": "http://json-schema.org/schema#",
  "$id": "https://uri.etsi.org/ngsi-ld/schema/ContextSourceRegistrationList.json",
  "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistrationList.json",
  "title": "NGSI-LD Registration List",
  "description": "NGSI-LD Registration List",
  "definitions": {
Loading