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
0fa762bf
Commit
0fa762bf
authored
Nov 20, 2018
by
canterafonsj
Browse files
Delete common.json
parent
472993b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/updated/common.json
deleted
100644 → 0
View file @
472993b6
{
"openapi"
:
"3.0.1"
,
"components"
:
{
"parameters"
:
[
{
"name"
:
"id"
,
"description"
:
"Comma separated list of URIs to be retrieved"
,
"in"
:
"query"
,
"required"
:
false
,
"type"
:
"string"
},
{
"name"
:
"type"
,
"description"
:
"Comma separated list of Entity type names to be retrieved"
,
"in"
:
"query"
,
"required"
:
false
,
"type"
:
"string"
},
{
"name"
:
"idPattern"
,
"description"
:
"Regular expression that must be matched by Entity ids"
,
"in"
:
"query"
,
"required"
:
false
,
"type"
:
"string"
},
{
"name"
:
"attrs"
,
"description"
:
"Comma separated list of attribute names (properties or relationships) to be retrieved"
,
"in"
:
"query"
,
"required"
:
false
,
"type"
:
"string"
},
{
"name"
:
"q"
,
"description"
:
"Query"
,
"in"
:
"query"
,
"required"
:
false
,
"type"
:
"string"
},
{
"name"
:
"georel"
,
"description"
:
"Geo-relationship"
,
"in"
:
"query"
,
"required"
:
false
,
"type"
:
"string"
},
{
"name"
:
"geometry"
,
"description"
:
"Geometry"
,
"in"
:
"query"
,
"required"
:
false
,
"type"
:
"string"
},
{
"name"
:
"coordinates"
,
"description"
:
"Coordinates serialized as a string"
,
"in"
:
"query"
,
"required"
:
false
,
"type"
:
"string"
},
{
"name"
:
"geoproperty"
,
"description"
:
"The name of the property that contains the geo-spatial data that will be used to resolve the geoquery"
,
"in"
:
"query"
,
"required"
:
false
,
"type"
:
"string"
}
]
}
}
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