Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CIM - Context Information Management
NGSI-LD API
Commits
623a83f9
Commit
623a83f9
authored
Nov 22, 2018
by
canterafonsj
Browse files
UpdateResult updated+
parent
a6fef75b
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema/UpdateResult.json
View file @
623a83f9
...
...
@@ -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"
}
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment