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
26a96226
Commit
26a96226
authored
Sep 05, 2019
by
canterafonsj
Browse files
JSON Schemas now have
parent
459cb34f
Changes
16
Hide whitespace changes
Inline
Side-by-side
schema/BatchOperationResult.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/BatchOperationResult.json"
,
"
$
id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/BatchOperationResult.json"
,
"title"
:
"NGSI-LD Batch Operation Result"
,
"description"
:
"NGSI-LD Batch Operation Result"
,
"definitions"
:
{
...
...
schema/Entity.json
View file @
26a96226
...
...
@@ -157,7 +157,7 @@
"operationSpace"
:
{
"$ref"
:
"#/definitions/GeoProperty"
},
"id"
:
{
"
$
id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/EntityList.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/EntityList.json"
,
"
$
id"
:
"https://uri.etsi.org/ngsi-ld/schema/EntityList.json"
,
"title"
:
"NGSI-LD EntityList"
,
"description"
:
"NGSI-LD EntityList"
,
"definitions"
:
{
...
...
schema/Entity_keyValues.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/Entity_keyValues.json"
,
"
$
id"
:
"https://uri.etsi.org/ngsi-ld/schema/Entity_keyValues.json"
,
"title"
:
"NGSI-LD Entity Key Values"
,
"description"
:
"NGSI-LD Entity Simplified Representation"
,
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"
$
id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/UpdateResult.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/UpdateResult.json"
,
"
$
id"
:
"https://uri.etsi.org/ngsi-ld/schema/UpdateResult.json"
,
"title"
:
"NGSI-LD Update Result"
,
"description"
:
"NGSI-LD Update Result"
,
"definitions"
:
{
...
...
schema/common.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json"
,
"
$
id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json"
,
"title"
:
"NGSI-LD Common Definitions"
,
"description"
:
"NGSI-LD Common"
,
"definitions"
:
{
...
...
@@ -70,7 +70,7 @@
"EntityInfo"
:
{
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"
$
id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/geometry-schema.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json"
,
"
$
id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json"
,
"title"
:
"geometry"
,
"description"
:
"One geometry as defined by GeoJSON. Licensed as per original source is https://github.com/fge/sample-json-schemas/blob/master/geojson/geometry.json"
,
"type"
:
"object"
,
...
...
schema/registrations/ContextSourceNotification.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/ContextSourceNotification.json"
,
"
$
id"
:
"https://uri.etsi.org/ngsi-ld/schema/ContextSourceNotification.json"
,
"title"
:
"NGSI-LD Context Source Notification"
,
"description"
:
"NGSI-LD Context Source Notification"
,
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"
$
id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/registrations/ContextSourceRegistration.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json"
,
"
$
id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json"
,
"title"
:
"NGSI-LD Context Source Registration"
,
"description"
:
"NGSI-LD Context Source Registration"
,
"definitions"
:
{
...
...
@@ -116,7 +116,7 @@
{
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"
$
id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/registrations/ContextSourceRegistrationList.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/ContextSourceRegistrationList.json"
,
"
$
id"
:
"https://uri.etsi.org/ngsi-ld/schema/ContextSourceRegistrationList.json"
,
"title"
:
"NGSI-LD Registration List"
,
"description"
:
"NGSI-LD Registration List"
,
"definitions"
:
{
...
...
schema/subscriptions/Notification.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/Notification.json"
,
"
$
id"
:
"https://uri.etsi.org/ngsi-ld/schema/Notification.json"
,
"title"
:
"NGSI-LD Notification"
,
"description"
:
"NGSI-LD Notification"
,
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"
$
id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/subscriptions/Subscription.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json"
,
"
$
id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json"
,
"title"
:
"NGSI-LD Subscription"
,
"description"
:
"NGSI-LD Subscription"
,
"definitions"
:
{
...
...
@@ -132,7 +132,7 @@
{
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"
$
id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/subscriptions/SubscriptionList.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/SubscriptionList.json"
,
"
$
id"
:
"https://uri.etsi.org/ngsi-ld/schema/SubscriptionList.json"
,
"title"
:
"NGSI-LD Subscription List"
,
"description"
:
"NGSI-LD Subscription List"
,
"definitions"
:
{
...
...
schema/temporal/EntityTemporal.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json"
,
"
$
id"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json"
,
"title"
:
"NGSI-LD Entity"
,
"description"
:
"NGSI-LD Temporal Representation of an Entity"
,
"definitions"
:
{
...
...
@@ -31,7 +31,7 @@
},
"minItems"
:
1
},
"id"
:
{
"
$
id"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
...
...
schema/temporal/EntityTemporalList.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/temporal/EntityTemporalList.json"
,
"
$
id"
:
"https://uri.etsi.org/ngsi-ld/schema/temporal/EntityTemporalList.json"
,
"title"
:
"NGSI-LD Entity"
,
"description"
:
"NGSI-LD Temporal Representation List"
,
"definitions"
:
{
...
...
schema/temporal/Entity_temporalValues.json
View file @
26a96226
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/Entity_temporalValues.json"
,
"
$
id"
:
"https://uri.etsi.org/ngsi-ld/schema/Entity_temporalValues.json"
,
"title"
:
"NGSI-LD Entity Temporal Values"
,
"description"
:
"NGSI-LD Simplified Temporal Representation of Entities"
,
"definitions"
:
{
...
...
@@ -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