diff --git a/schema/UpdateResult.json b/schema/UpdateResult.json index 1b6c6a7c2f817eeca70fcb5caa6520cf8957d2ea..bd9eac2c44952d6acac555f8dcfef1457719264d 100644 --- a/schema/UpdateResult.json +++ b/schema/UpdateResult.json @@ -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" } } }