Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CIM - Context Information Management
NGSI-LD API
Commits
7c034aee
Commit
7c034aee
authored
Nov 18, 2020
by
Giuseppe Tropea
Browse files
added EntityFragment from devel of André Costa
parent
f448943b
Pipeline
#5123
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
schema/Entity.json
View file @
7c034aee
...
...
@@ -109,7 +109,7 @@
"const"
:
"GeoProperty"
},
"value"
:
{
"$ref"
:
"https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json"
"$ref"
:
"https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json
#
"
},
"observedAt"
:
{
"$ref"
:
"https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt"
...
...
@@ -142,7 +142,7 @@
]
}
},
"Entity"
:
{
"Entity
Fragment
"
:
{
"type"
:
"object"
,
"properties"
:
{
"@context"
:
{
...
...
@@ -171,10 +171,6 @@
"$ref"
:
"https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt"
}
},
"required"
:
[
"id"
,
"type"
],
"additionalProperties"
:
{
"anyOf"
:
[
{
...
...
@@ -191,6 +187,19 @@
"propertyNames"
:
{
"$ref"
:
"https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/PropertyNames"
}
},
"Entity"
:
{
"allOf"
:
[
{
"required"
:
[
"id"
,
"type"
]
},
{
"$ref"
:
"#/definitions/EntityFragment"
}
]
}
},
"allOf"
:
[
...
...
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