Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
N
NGSI-LD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NGSI Linked Data
NGSI-LD
Commits
623a83f9
Commit
623a83f9
authored
Nov 22, 2018
by
canterafonsj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UpdateResult updated+
parent
a6fef75b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
16 deletions
+23
-16
UpdateResult.json
schema/UpdateResult.json
+23
-16
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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