Commit 2bf5d604 authored by canterafonsj's avatar canterafonsj
Browse files

Fix pointers to Geometry schema

parent dedf29dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@
      }
      }
    },
    },
    "location": {
    "location": {
      "$ref": "http://json-schema.org/geojson/geometry.json#"
      "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json#"
    },
    },
    "expires": {
    "expires": {
      "type": "string",
      "type": "string",
+1 −1
Original line number Original line Diff line number Diff line
@@ -103,7 +103,7 @@
          "const": "GeoProperty"
          "const": "GeoProperty"
        },
        },
        "value": {
        "value": {
          "$ref": "http://json-schema.org/geojson/geometry.json#"
          "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json#"
        },
        },
        "observedAt": {
        "observedAt": {
          "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt"
          "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt"