Commit e9fe2e62 authored by canterafonsj's avatar canterafonsj
Browse files

Update UpdateResult.json

parent 6ab2956b
...@@ -4,7 +4,7 @@ ...@@ -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 @@ ...@@ -24,10 +24,10 @@
"pattern": "" "pattern": ""
} }
}, },
"unchanged": { "notUpdated": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "#/definitions/UnchangedDetails" "$ref": "#/definitions/NotUpdatedDetails"
} }
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment