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
c077e75f
Commit
c077e75f
authored
Nov 05, 2018
by
canterafonsj
Browse files
Common definitions
parent
303b2cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema/common.json
0 → 100644
View file @
c077e75f
{
"$schema"
:
"http://json-schema.org/schema#"
,
"id"
:
"https://uri.etsi.org/ngsi-ld/schema/Entity.json"
,
"title"
:
"NGSI-LD Entity"
,
"description"
:
"NGSI-LD Entity"
,
"definitions"
:
{
"LdContext"
:
{
"anyOf"
:
[
{
"type"
:
"object"
},
{
"type"
:
"string"
,
"format"
:
"uri"
},
{
"type"
:
"array"
,
"items"
:
{
"anyOf"
:
[
{
"type"
:
"string"
,
"format"
:
"uri"
},
{
"type"
:
"object"
}
]
}
}
]
},
"Dates"
:
{
"type"
:
"object"
,
"properties"
:
{
"createdAt"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
},
"modifiedAt"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
}
}
}
}
}
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