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
85ad5834
Commit
85ad5834
authored
Nov 07, 2018
by
canterafonsj
Browse files
Closer and closer
parent
91c7cf53
Changes
2
Hide whitespace changes
Inline
Side-by-side
schema/Subscription.json
View file @
85ad5834
...
...
@@ -48,9 +48,6 @@
"endpoint"
]
},
"EntityInfo"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/EntityInfo"
},
"GeoQuery"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -122,7 +119,11 @@
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext"
},
"entities"
:
{
"$ref"
:
"#/definitions/EntityInfo"
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/EntityInfo"
},
"minItems"
:
1
},
"name"
:
{
"type"
:
"string"
,
...
...
schema/common.json
View file @
85ad5834
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/common.json"
,
"title"
:
"NGSI-LD
Entity
"
,
"description"
:
"NGSI-LD
Entity
"
,
"title"
:
"NGSI-LD
Common Definitions
"
,
"description"
:
"NGSI-LD
Common
"
,
"definitions"
:
{
"LdContext"
:
{
"anyOf"
:
[
...
...
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