Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NGSI Linked Data
NGSI-LD
Commits
b2d625ae
Commit
b2d625ae
authored
Nov 07, 2018
by
canterafonsj
Browse files
EntityInfo fixed
parent
85ad5834
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema/common.json
View file @
b2d625ae
...
...
@@ -63,41 +63,20 @@
}
},
"EntityInfo"
:
{
"anyOf"
:
[
{
"type"
:
"object"
,
"required"
:
[
"id"
],
"properties"
:
{
"id"
:
{
"type"
:
"string"
}
}
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
{
"type"
:
"object"
,
"required"
:
[
"idPattern"
],
"properties"
:
{
"idPattern"
:
{
"type"
:
"string"
}
}
"type"
:
{
"type"
:
"string"
,
"minLength"
:
1
},
{
"type"
:
"object"
,
"required"
:
[
"type"
],
"properties"
:
{
"type"
:
{
"type"
:
"string"
}
}
"idPattern"
:
{
"type"
:
"string"
,
"format"
:
"regex"
}
]
}
}
}
}
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