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
9a59ea70
Commit
9a59ea70
authored
Nov 07, 2018
by
canterafonsj
Browse files
Common now includes endpoint
parent
7af234f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema/common.json
View file @
9a59ea70
...
...
@@ -42,6 +42,25 @@
"format"
:
"date-time"
}
}
},
"Endpoint"
:
{
"type"
:
"object"
,
"required"
:
[
"uri"
],
"properties"
:
{
"uri"
:
{
"type"
:
"string"
,
"format"
:
"uri"
},
"accept"
:
{
"type"
:
"string"
,
"enum"
:
[
"application/json"
,
"application/ld+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