File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed
core/standard/openapi/schemas/collections Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,11 @@ properties:
106
106
properties :
107
107
link :
108
108
$ref : itemsLink.yaml
109
+ instances :
110
+ type : object
111
+ properties :
112
+ link :
113
+ $ref : instancesLink.yaml
109
114
crs :
110
115
description : list of the coordinate reference systems the collection results can support
111
116
type : array
Original file line number Diff line number Diff line change
1
+ description : Property to contain any extra metadata information that is specific
2
+ to an individual data queries
3
+ type : object
4
+ properties :
5
+ title :
6
+ description : title of the query
7
+ type : string
8
+ example : Instances query
9
+ description :
10
+ description : description of the query
11
+ type : string
12
+ example : Instances of collection each representing different versions
13
+ query_type :
14
+ description : Instances of collection
15
+ type : string
16
+ enum :
17
+ - instances
18
+ example : instances
Original file line number Diff line number Diff line change
1
+ allOf :
2
+ - $ref : ../core/link.yaml
3
+ properties :
4
+ href :
5
+ type : string
6
+ example : https://example.com/collections/monitoringsites/instances
7
+ variables :
8
+ $ref : instancesDataQuery.yaml
You can’t perform that action at this time.
0 commit comments