@@ -187,18 +187,21 @@ async def test_authentication_and_contents(mocker, httpx_mock: HTTPXMock, client
187
187
{
188
188
"rel" : "self" ,
189
189
"type" : "application/json" ,
190
+ "title" : "This document" ,
190
191
"href" : "http://testserver/catalog/" ,
191
192
** AUTHENT_REF ,
192
193
},
193
194
{
194
195
"rel" : "root" ,
195
196
"type" : "application/json" ,
197
+ "title" : "Root" ,
196
198
"href" : "http://testserver/catalog/" ,
197
199
** AUTHENT_REF ,
198
200
},
199
201
{
200
202
"rel" : "data" ,
201
203
"type" : "application/json" ,
204
+ "title" : "Collections available for this Catalog" ,
202
205
"href" : "http://testserver/catalog/collections" ,
203
206
** AUTHENT_REF ,
204
207
},
@@ -212,55 +215,27 @@ async def test_authentication_and_contents(mocker, httpx_mock: HTTPXMock, client
212
215
{
213
216
"rel" : "search" ,
214
217
"type" : "application/geo+json" ,
215
- "title" : "STAC search" ,
218
+ "title" : "STAC search [GET] " ,
216
219
"href" : "http://testserver/catalog/search" ,
217
220
"method" : "GET" ,
218
221
** AUTHENT_REF ,
219
222
},
220
223
{
221
224
"rel" : "search" ,
222
225
"type" : "application/geo+json" ,
223
- "title" : "STAC search" ,
226
+ "title" : "STAC search [POST] " ,
224
227
"href" : "http://testserver/catalog/search" ,
225
228
"method" : "POST" ,
226
229
** AUTHENT_REF ,
227
230
},
228
231
{
229
232
"rel" : "http://www.opengis.net/def/rel/ogc/1.0/queryables" ,
230
233
"type" : "application/schema+json" ,
231
- "title" : "Queryables" ,
234
+ "title" : "Queryables available for this Catalog " ,
232
235
"href" : "http://testserver/catalog/queryables" ,
233
236
"method" : "GET" ,
234
237
** AUTHENT_REF ,
235
238
},
236
- {
237
- "rel" : "child" ,
238
- "type" : "application/json" ,
239
- "title" : "toto_S1_L1" ,
240
- "href" : "http://testserver/catalog/collections/toto:S1_L1" ,
241
- ** AUTHENT_REF ,
242
- },
243
- {
244
- "rel" : "child" ,
245
- "type" : "application/json" ,
246
- "title" : "toto_S2_L3" ,
247
- "href" : "http://testserver/catalog/collections/toto:S2_L3" ,
248
- ** AUTHENT_REF ,
249
- },
250
- {
251
- "rel" : "child" ,
252
- "type" : "application/json" ,
253
- "title" : "titi_S2_L1" ,
254
- "href" : "http://testserver/catalog/collections/titi:S2_L1" ,
255
- ** AUTHENT_REF ,
256
- },
257
- {
258
- "rel" : "child" ,
259
- "type" : "application/json" ,
260
- "title" : "pyteam_S1_L1" ,
261
- "href" : "http://testserver/catalog/collections/pyteam:S1_L1" ,
262
- ** AUTHENT_REF ,
263
- },
264
239
{
265
240
"rel" : "service-desc" ,
266
241
"type" : "application/vnd.oai.openapi+json;version=3.0" ,
0 commit comments