@@ -64,13 +64,13 @@ paths:
6464 operationId : getLandingPage
6565 responses :
6666 ' 200 ' :
67- $ref : ' ./ responses/LandingPage.yaml'
67+ $ref : ' responses/LandingPage.yaml'
6868 ' 4XX ' :
69- $ref : ' ./ responses/BadRequest.yaml'
69+ $ref : ' responses/BadRequest.yaml'
7070 ' 406 ' :
71- $ref : ' ./ responses/NotAcceptable.yaml'
71+ $ref : ' responses/NotAcceptable.yaml'
7272 ' 5XX ' :
73- $ref : ' ./ responses/ServerError.yaml'
73+ $ref : ' responses/ServerError.yaml'
7474 ' /conformance ' :
7575 get :
7676 tags :
@@ -82,13 +82,13 @@ paths:
8282 operationId : getConformanceDeclaration
8383 responses :
8484 ' 200 ' :
85- $ref : ' ./ responses/ConformanceDeclaration.yaml'
85+ $ref : ' responses/ConformanceDeclaration.yaml'
8686 ' 4XX ' :
87- $ref : ' ./ responses/BadRequest.yaml'
87+ $ref : ' responses/BadRequest.yaml'
8888 ' 406 ' :
89- $ref : ' ./ responses/NotAcceptable.yaml'
89+ $ref : ' responses/NotAcceptable.yaml'
9090 ' 5XX ' :
91- $ref : ' ./ responses/ServerError.yaml'
91+ $ref : ' responses/ServerError.yaml'
9292 ' /collections ' :
9393 get :
9494 tags :
@@ -99,13 +99,13 @@ paths:
9999 operationId : getCollections
100100 responses :
101101 ' 200 ' :
102- $ref : ' ./ responses/Catalogs.yaml'
102+ $ref : ' responses/Catalogs.yaml'
103103 ' 4XX ' :
104- $ref : ' ./ responses/BadRequest.yaml'
104+ $ref : ' responses/BadRequest.yaml'
105105 ' 406 ' :
106- $ref : ' ./ responses/NotAcceptable.yaml'
106+ $ref : ' responses/NotAcceptable.yaml'
107107 ' 500 ' :
108- $ref : ' ./ responses/ServerError.yaml'
108+ $ref : ' responses/ServerError.yaml'
109109 ' /collections/{catalogId} ' :
110110 get :
111111 tags :
@@ -116,26 +116,26 @@ paths:
116116 Fetch a detailed description of the catalog with id `catalogId`.
117117 operationId : describeCollection
118118 parameters :
119- - $ref : ' ./ parameters/catalogId.yaml'
119+ - $ref : ' parameters/catalogId.yaml'
120120 - $ref : ' https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/./parameters/bbox.yaml'
121121 - $ref : ' https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/./parameters/datetime.yaml'
122122 - $ref : ' https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/./parameters/limit.yaml'
123- - $ref : ' ./ parameters/q.yaml'
124- - $ref : ' ./ parameters/type.yaml'
125- - $ref : ' ./ parameters/externalIds.yaml'
126- - $ref : ' ./ parameters/ids.yaml'
127- - $ref : ' ./ parameters/sortby.yaml'
123+ - $ref : ' parameters/q.yaml'
124+ - $ref : ' parameters/type.yaml'
125+ - $ref : ' parameters/externalIds.yaml'
126+ - $ref : ' parameters/ids.yaml'
127+ - $ref : ' parameters/sortby.yaml'
128128 responses :
129129 ' 200 ' :
130- $ref : ' ./ responses/Catalog.yaml'
130+ $ref : ' responses/Catalog.yaml'
131131 ' 4XX ' :
132- $ref : ' ./ responses/BadRequest.yaml'
132+ $ref : ' responses/BadRequest.yaml'
133133 ' 404 ' :
134- $ref : ' ./ responses/NotFound.yaml'
134+ $ref : ' responses/NotFound.yaml'
135135 ' 406 ' :
136- $ref : ' ./ responses/NotAcceptable.yaml'
136+ $ref : ' responses/NotAcceptable.yaml'
137137 ' 5XX ' :
138- $ref : ' ./ responses/ServerError.yaml'
138+ $ref : ' responses/ServerError.yaml'
139139 ' /collections/{catalogId}/sortables ' :
140140 get :
141141 tags :
@@ -147,18 +147,18 @@ paths:
147147 response.
148148 operationId : getSortables
149149 parameters :
150- - $ref : ' ./ parameters/catalogId.yaml'
150+ - $ref : ' parameters/catalogId.yaml'
151151 responses :
152152 ' 200 ' :
153- $ref : ' ./ responses/Sortables.yaml'
153+ $ref : ' responses/Sortables.yaml'
154154 ' 4XX ' :
155- $ref : ' ./ responses/BadRequest.yaml'
155+ $ref : ' responses/BadRequest.yaml'
156156 ' 404 ' :
157- $ref : ' ./ responses/NotFound.yaml'
157+ $ref : ' responses/NotFound.yaml'
158158 ' 406 ' :
159- $ref : ' ./ responses/NotAcceptable.yaml'
159+ $ref : ' responses/NotAcceptable.yaml'
160160 ' 5XX ' :
161- $ref : ' ./ responses/ServerError.yaml'
161+ $ref : ' responses/ServerError.yaml'
162162 ' /collections/{catalogId}/items ' :
163163 get :
164164 tags :
@@ -177,23 +177,23 @@ paths:
177177 - $ref : ' https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/./parameters/bbox.yaml'
178178 - $ref : ' https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/./parameters/datetime.yaml'
179179 - $ref : ' https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/./parameters/limit.yaml'
180- - $ref : ' ./ parameters/catalogId.yaml'
181- - $ref : ' ./ parameters/q.yaml'
182- - $ref : ' ./ parameters/type.yaml'
183- - $ref : ' ./ parameters/externalIds.yaml'
184- - $ref : ' ./ parameters/ids.yaml'
185- - $ref : ' ./ parameters/sortby.yaml'
180+ - $ref : ' parameters/catalogId.yaml'
181+ - $ref : ' parameters/q.yaml'
182+ - $ref : ' parameters/type.yaml'
183+ - $ref : ' parameters/externalIds.yaml'
184+ - $ref : ' parameters/ids.yaml'
185+ - $ref : ' parameters/sortby.yaml'
186186 responses :
187187 ' 200 ' :
188- $ref : ' ./ responses/Records.yaml'
188+ $ref : ' responses/Records.yaml'
189189 ' 4XX ' :
190- $ref : ' ./ responses/BadRequest.yaml'
190+ $ref : ' responses/BadRequest.yaml'
191191 ' 404 ' :
192- $ref : ' ./ responses/NotFound.yaml'
192+ $ref : ' responses/NotFound.yaml'
193193 ' 406 ' :
194- $ref : ' ./ responses/NotAcceptable.yaml'
194+ $ref : ' responses/NotAcceptable.yaml'
195195 ' 5XX ' :
196- $ref : ' ./ responses/ServerError.yaml'
196+ $ref : ' responses/ServerError.yaml'
197197 ' /collections/{catalogId}/items/{recordId} ' :
198198 get :
199199 tags :
@@ -206,19 +206,19 @@ paths:
206206 Use content negotiation to request HTML or GeoJSON.
207207 operationId : getRecord
208208 parameters :
209- - $ref : ' ./ parameters/catalogId.yaml'
210- - $ref : ' ./ parameters/recordId.yaml'
209+ - $ref : ' parameters/catalogId.yaml'
210+ - $ref : ' parameters/recordId.yaml'
211211 responses :
212212 ' 200 ' :
213- $ref : ' ./ responses/Record.yaml'
213+ $ref : ' responses/Record.yaml'
214214 ' 4XX ' :
215- $ref : ' ./ responses/BadRequest.yaml'
215+ $ref : ' responses/BadRequest.yaml'
216216 ' 404 ' :
217- $ref : ' ./ responses/NotFound.yaml'
217+ $ref : ' responses/NotFound.yaml'
218218 ' 406 ' :
219- $ref : ' ./ responses/NotAcceptable.yaml'
219+ $ref : ' responses/NotAcceptable.yaml'
220220 ' 5XX ' :
221- $ref : ' ./ responses/ServerError.yaml'
221+ $ref : ' responses/ServerError.yaml'
222222components :
223223 securitySchemes :
224224 openIdConnect :
0 commit comments