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
d239659c
Commit
d239659c
authored
Nov 20, 2018
by
canterafonsj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactoring to make things easier for OAS
parent
6cfb8973
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
6 deletions
+13
-6
EntityList.json
schema/EntityList.json
+11
-4
Notification.json
schema/subscriptions/Notification.json
+1
-1
entities-spec.json
spec/updated/entities-spec.json
+1
-1
No files found.
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
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