Commit e9fe2e62 authored by canterafonsj's avatar canterafonsj
Browse files

Update UpdateResult.json

parent 6ab2956b
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@
  "title": "NGSI-LD Update Result",
  "title": "NGSI-LD Update Result",
  "description": "NGSI-LD Update Result",
  "description": "NGSI-LD Update Result",
  "definitions": {
  "definitions": {
    "UnchangedDetails": {
    "NotUpdatedDetails": {
      "attributeName": {
      "attributeName": {
        "type": "string",
        "type": "string",
        "pattern": ""
        "pattern": ""
@@ -24,10 +24,10 @@
            "pattern": ""
            "pattern": ""
          }
          }
        },
        },
        "unchanged": {
        "notUpdated": {
          "type": "array",
          "type": "array",
          "items": {
          "items": {
            "$ref": "#/definitions/UnchangedDetails"
            "$ref": "#/definitions/NotUpdatedDetails"
          }
          }
        }
        }
      }
      }