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
d239659c
Commit
d239659c
authored
Nov 20, 2018
by
canterafonsj
Browse files
Refactoring to make things easier for OAS
parent
6cfb8973
Changes
3
Hide whitespace changes
Inline
Side-by-side
schema/EntityList.json
View file @
d239659c
...
...
@@ -3,8 +3,15 @@
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/EntityList.json"
,
"title"
:
"NGSI-LD EntityList"
,
"description"
:
"NGSI-LD EntityList"
,
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#"
}
"definitions"
:
{
"EntityList"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity"
}
}
},
"allOf"
:
[{
"$ref"
:
"#/definitions/EntityList"
}]
}
schema/subscriptions/Notification.json
View file @
d239659c
...
...
@@ -27,7 +27,7 @@
"data"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#"
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#
/definitions/Entity
"
},
"minItems"
:
1
}
...
...
spec/updated/entities-spec.json
View file @
d239659c
...
...
@@ -191,7 +191,7 @@
"content"
:
{
"application/json;application/ld+json"
:
{
"schema"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#"
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#
/definitions/Entity
"
}
}
}
...
...
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