Newer
Older
{
"$schema": "http://json-schema.org/schema#",
"id": "https://uri.etsi.org/ngsi-ld/schema/UpdateResult.json",
"title": "NGSI-LD Update Result",
"description": "NGSI-LD Update Result",
"definitions": {
"attributeName": {
"type": "string",
"pattern": ""
},
"reason": {
"type": "string",
"UpdateResult": {
"type": "object",
"properties": {
"updated": {
"type": "array",
"items": {
"type": "string",
"pattern": ""
}
},
},
"allOf": [
{
"$ref": "#/definitions/UpdateResult"
}
]