Commit 623a83f9 authored by canterafonsj's avatar canterafonsj
Browse files

UpdateResult updated+

parent a6fef75b
......@@ -10,25 +10,32 @@
"pattern": ""
},
"reason": {
"type":"string",
"minLenght": 1
}
}
},
"type": "object",
"properties": {
"updated": {
"type": "array",
"items": {
"type": "string",
"pattern": ""
"minLenght": 1
}
},
"unchanged": {
"type": "array",
"items": {
"$ref": "#/definitions/UnchangedDetails"
"UpdateResult": {
"type": "object",
"properties": {
"updated": {
"type": "array",
"items": {
"type": "string",
"pattern": ""
}
},
"unchanged": {
"type": "array",
"items": {
"$ref": "#/definitions/UnchangedDetails"
}
}
}
}
}
},
"allOf": [
{
"$ref": "#/definitions/UpdateResult"
}
]
}
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