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
bdd192b7
Commit
bdd192b7
authored
Nov 05, 2018
by
canterafonsj
Browse files
Update Entity.json
parent
bed52483
Changes
1
Show whitespace changes
Inline
Side-by-side
schema/Entity.json
View file @
bdd192b7
...
...
@@ -4,6 +4,31 @@
"title"
:
"NGSI-LD Entity"
,
"description"
:
"NGSI-LD Entity"
,
"definitions"
:
{
"LdContext"
:
{
"anyOf"
:
[
{
"type"
:
"object"
},
{
"type"
:
"string"
,
"format"
:
"uri"
},
{
"type"
:
"array"
,
"items"
:
{
"anyOf"
:
[
{
"type"
:
"string"
,
"format"
:
"uri"
},
{
"type"
:
"object"
}
]
}
}
]
},
"Commons"
:
{
"type"
:
"object"
,
"properties"
:
{
...
...
@@ -139,6 +164,9 @@
"type"
:
{
"type"
:
"string"
,
"description"
:
"NGSI Entity type"
},
"@context"
:
{
"$ref"
:
"#/definitions/LdContext"
}
},
"required"
:
[
...
...
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