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
86150548
Commit
86150548
authored
Nov 22, 2018
by
canterafonsj
Browse files
Closer
parent
fdb77329
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/EntityTemporalList-example.json
0 → 100644
View file @
86150548
[{
"id"
:
"urn:ngsi-ld:Vehicle:B9211"
,
"type"
:
"Vehicle"
,
"brandName"
:
[
{
"type"
:
"Property"
,
"value"
:
"Volvo"
}
],
"speed"
:
[
{
"type"
:
"Property"
,
"value"
:
120
,
"observedAt"
:
"2018-08-01T12:03:00Z"
},
{
"type"
:
"Property"
,
"value"
:
80
,
"observedAt"
:
"2018-08-01T12:05:00Z"
},
{
"type"
:
"Property"
,
"value"
:
100
,
"observedAt"
:
"2018-08-01T12:07:00Z"
}
],
"@context"
:
[
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/coreContext/ngsi-ld-core-context.json"
,
"http://example.org/ngsi-ld/vehicle.jsonld"
]
}
]
spec/updated/temporal/temporal-entities-spec.json
View file @
86150548
...
...
@@ -51,7 +51,7 @@
"required"
:
false
,
"schema"
:
{
"type"
:
"integer"
,
"min
Value
"
:
1
"min
imum
"
:
1
}
},
"options"
:
{
...
...
@@ -61,7 +61,10 @@
"required"
:
false
,
"schema"
:
{
"type"
:
"string"
,
"enum"
:
[
"temporalValues"
,
"sysAttrs"
]
"enum"
:
[
"temporalValues"
,
"sysAttrs"
]
}
}
}
...
...
@@ -130,7 +133,7 @@
"content"
:
{
"application/json;application/ld+json"
:
{
"schema"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/EntityTemporalList.json#/definitions/EntityTemporalList"
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/
temporal/
EntityTemporalList.json#/definitions/EntityTemporalList"
},
"examples"
:
{
"simple"
:
{
...
...
@@ -160,7 +163,12 @@
"content"
:
{
"application/json;application/ld+json"
:
{
"schema"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/EntityTemporal.json#/definitions/EntityTemporal"
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#/definitions/EntityTemporal"
},
"examples"
:
{
"simple"
:
{
"externalValue"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/examples/EntityTemporal-example_C5.5.3.json"
}
}
}
}
...
...
spec/updated/temporal/temporal-entity-by-id-spec.json
View file @
86150548
...
...
@@ -35,7 +35,7 @@
},
"examples"
:
{
"simple"
:
{
"externalValue"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/examples/EntityTemporal-example.json"
"externalValue"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/examples/EntityTemporal-example
_C5.5.3
.json"
}
}
}
...
...
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