File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
cads_catalogue_api_service Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,13 @@ def catalogue_openapi() -> dict[str, Any]:
100
100
version = api .api_version ,
101
101
routes = api .app .routes ,
102
102
description = (
103
- "The CADS catalogue API is a STAC compliant API to access the CADS catalogues.\n \n "
103
+ "This API is a [STAC](https://stacspec.org/) compliant API to access CADS catalogues.\\ "
104
+ "\n "
104
105
"The implementation is based on [Standalone Collections]"
105
106
"(https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#standalone-collections) " # noqa: E501
106
- "while a custom extension is present to provide datasets search capabilities."
107
+ "while a custom extension is included to provide collection search capabilities."
108
+ "\n \n "
109
+ "Scope of this API is to search into an CADS catalogue and access datasets' metadata."
107
110
),
108
111
)
109
112
You can’t perform that action at this time.
0 commit comments