Commit e9fe2e62 authored by canterafonsj's avatar canterafonsj
Browse files

Update UpdateResult.json

parent 6ab2956b
......@@ -4,7 +4,7 @@
"title": "NGSI-LD Update Result",
"description": "NGSI-LD Update Result",
"definitions": {
"UnchangedDetails": {
"NotUpdatedDetails": {
"attributeName": {
"type": "string",
"pattern": ""
......@@ -24,10 +24,10 @@
"pattern": ""
}
},
"unchanged": {
"notUpdated": {
"type": "array",
"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