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 API
Commits
b9191941
Commit
b9191941
authored
Sep 05, 2019
by
canterafonsj
Browse files
Schema substitution issues fixed
parent
203a5eb2
Changes
9
Hide whitespace changes
Inline
Side-by-side
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
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