Commit 3c5e7f2c authored by Stefan Wiedemann's avatar Stefan Wiedemann
Browse files

set back master

parent 53265fef
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
          "format": "uri"
        },
        "error": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/ProblemDetails"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails"
        }
      }
    },
+14 −14
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@
          ]
        },
        "observedAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/observedAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt"
        },
        "createdAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt"
        },
        "modifiedAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt"
        },
        "datasetId": {
          "$ref": "#/definitions/datasetId"
@@ -69,13 +69,13 @@
          "format": "uri"
        },
        "observedAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/observedAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt"
        },
        "createdAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt"
        },
        "modifiedAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt"
        },
        "datasetId": {
          "$ref": "#/definitions/datasetId"
@@ -107,16 +107,16 @@
          "enum":  ["GeoProperty"]
        },
        "value": {
          "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/Geometry"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/Geometry"
        },
        "observedAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/observedAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt"
        },
        "createdAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt"
        },
        "modifiedAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt"
        },
        "datasetId": {
          "$ref": "#/definitions/datasetId"
@@ -144,7 +144,7 @@
      "type": "object",
      "properties": {
        "@context": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/LdContext"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext"
        },
        "location": {
          "$ref": "#/definitions/GeoProperty"
@@ -160,13 +160,13 @@
          "format": "uri"
        },
        "type": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/Name"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/Name"
        },
        "createdAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/createdAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/createdAt"
        },
        "modifiedAt": {
          "$ref": "http://localhost:8090/schema/common.json#/definitions/modifiedAt"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt"
        }
      },
      "additionalProperties": {
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    "EntityList": {
      "type": "array",
      "items": {
        "$ref": "http://localhost:8090/schema/Entity.json#/definitions/Entity"
        "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity"
      }
    }
  },
+4 −4
Original line number Diff line number Diff line
@@ -128,16 +128,16 @@
    "coordinates": {
      "oneOf": [
        {
          "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/position"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/position"
        },
        {
          "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/positionArray"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/positionArray"
        },
        {
          "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/lineString"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/lineString"
        },
        {
          "$ref": "http://localhost:8090/schema/Geometry.json#/definitions/polygon"
          "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Geometry.json#/definitions/polygon"
        }
      ]
    },
+3 −3
Original line number Diff line number Diff line
{
  "$schema": "http://json-schema.org/schema#",
  "$id": "http://localhost:8090/schema/registrations/ContextSourceNotification.json",
  "$id": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceNotification.json",
  "title": "NGSI-LD Context Source Notification",
  "description": "NGSI-LD Context Source Notification",
  "type": "object",
@@ -18,7 +18,7 @@
      "format": "uri"
    },
    "@context": {
      "$ref": "http://localhost:8090/schema/common.json#/definitions/LdContext"
      "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext"
    },
    "notifiedAt": {
      "type": "string",
@@ -27,7 +27,7 @@
    "data": {
      "type": "array",
      "items": {
        "$ref": "http://localhost:8090/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration"
        "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration"
      },
      "minItems": 1
    },
Loading