Commit b9191941 authored by canterafonsj's avatar canterafonsj
Browse files

Schema substitution issues fixed

parent 203a5eb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@
        "operationSpace": {
          "$ref": "#/definitions/GeoProperty"
        },
        "$id": {
        "id": {
          "type": "string",
          "format": "uri"
        },
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "description": "NGSI-LD Entity Simplified Representation",
  "type": "object",
  "properties": {
    "$id": {
    "id": {
      "type": "string",
      "format": "uri"
    },
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@
    "EntityInfo": {
      "type": "object",
      "properties": {
        "$id": {
        "id": {
          "type": "string",
          "format": "uri"
        },
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "description": "NGSI-LD Context Source Notification",
  "type": "object",
  "properties": {
    "$id": {
    "id": {
      "type": "string",
      "format": "uri"
    },
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@
        {
          "type": "object",
          "properties": {
            "$id": {
            "id": {
              "type": "string",
              "format": "uri"
            },
Loading