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
b9191941
Commit
b9191941
authored
Sep 05, 2019
by
canterafonsj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Schema substitution issues fixed
parent
203a5eb2
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
Entity.json
schema/Entity.json
+1
-1
Entity_keyValues.json
schema/Entity_keyValues.json
+1
-1
common.json
schema/common.json
+1
-1
ContextSourceNotification.json
schema/registrations/ContextSourceNotification.json
+1
-1
ContextSourceRegistration.json
schema/registrations/ContextSourceRegistration.json
+1
-1
Notification.json
schema/subscriptions/Notification.json
+1
-1
Subscription.json
schema/subscriptions/Subscription.json
+1
-1
EntityTemporal.json
schema/temporal/EntityTemporal.json
+1
-1
Entity_temporalValues.json
schema/temporal/Entity_temporalValues.json
+1
-1
No files found.
schema/Entity.json
View file @
b9191941
...
...
@@ -157,7 +157,7 @@
"operationSpace"
:
{
"$ref"
:
"#/definitions/GeoProperty"
},
"
$
id"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/Entity_keyValues.json
View file @
b9191941
...
...
@@ -5,7 +5,7 @@
"description"
:
"NGSI-LD Entity Simplified Representation"
,
"type"
:
"object"
,
"properties"
:
{
"
$
id"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/common.json
View file @
b9191941
...
...
@@ -70,7 +70,7 @@
"EntityInfo"
:
{
"type"
:
"object"
,
"properties"
:
{
"
$
id"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/registrations/ContextSourceNotification.json
View file @
b9191941
...
...
@@ -5,7 +5,7 @@
"description"
:
"NGSI-LD Context Source Notification"
,
"type"
:
"object"
,
"properties"
:
{
"
$
id"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/registrations/ContextSourceRegistration.json
View file @
b9191941
...
...
@@ -116,7 +116,7 @@
{
"type"
:
"object"
,
"properties"
:
{
"
$
id"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/subscriptions/Notification.json
View file @
b9191941
...
...
@@ -5,7 +5,7 @@
"description"
:
"NGSI-LD Notification"
,
"type"
:
"object"
,
"properties"
:
{
"
$
id"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/subscriptions/Subscription.json
View file @
b9191941
...
...
@@ -132,7 +132,7 @@
{
"type"
:
"object"
,
"properties"
:
{
"
$
id"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/temporal/EntityTemporal.json
View file @
b9191941
...
...
@@ -31,7 +31,7 @@
},
"minItems"
:
1
},
"
$
id"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/temporal/Entity_temporalValues.json
View file @
b9191941
...
...
@@ -83,7 +83,7 @@
},
"type"
:
"object"
,
"properties"
:
{
"
$
id"
:
{
"id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
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