Skip to content

Commit 4c265ea

Browse files
authored
Merge pull request #610 from geoadmin/bug-stac-version-spec
Fixed STAC API spec version
2 parents 3e09ec7 + 55fe8a2 commit 4c265ea

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

spec/components/responses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ components:
188188
rel: search
189189
type: application/json
190190
title: Search across feature collections
191-
stac_version: 0.9.0
191+
stac_version: 1.0.0
192192
title: data.geo.admin.ch
193193
type: Catalog
194194
conformsTo:

spec/components/schemas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ components:
16891689
description: The search criteria
16901690
type: object
16911691
stac_version:
1692-
example: 0.9.0
1692+
example: 1.0.0
16931693
title: STAC version
16941694
type: string
16951695
readOnly: true

spec/static/spec/v1/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body>
1414

1515
<header style="border-bottom:4px solid #dc0018;">
16-
<a href="/api/stac/v0.9/" class="brand hidden-xs" title="Back to home">
16+
<a href="/api/stac/v1/" class="brand hidden-xs" title="Back to home">
1717
<img src="/api/stac/static/style/logo-CH.svg" onerror="this.onerror=null; this.src='/api/stac/static/style/logo-CH.png'" alt="Back to home" />
1818
<h1>data.geo.admin.ch STAC API</h1>
1919
</a>
@@ -48,4 +48,4 @@ <h1>data.geo.admin.ch STAC API</h1>
4848

4949
</body>
5050

51-
</html>
51+
</html>

spec/static/spec/v1/apitransactional.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<body>
1313
<header style="border-bottom:4px solid #dc0018;">
14-
<a href="/api/stac/v0.9/" class="brand hidden-xs" title="Back to home">
14+
<a href="/api/stac/v1/" class="brand hidden-xs" title="Back to home">
1515
<img src="/api/stac/static/style/logo-CH.svg" onerror="this.onerror=null; this.src='/api/stac/static/style/logo-CH.png'" alt="Back to home" />
1616
<h1>data.geo.admin.ch STAC API</h1>
1717
</a>
@@ -45,4 +45,4 @@ <h1>data.geo.admin.ch STAC API</h1>
4545
</footer>
4646
</body>
4747

48-
</html>
48+
</html>

spec/static/spec/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ components:
274274
rel: search
275275
type: application/json
276276
title: Search across feature collections
277-
stac_version: 0.9.0
277+
stac_version: 1.0.0
278278
title: data.geo.admin.ch
279279
type: Catalog
280280
conformsTo:
@@ -1915,7 +1915,7 @@ components:
19151915
description: The search criteria
19161916
type: object
19171917
stac_version:
1918-
example: 0.9.0
1918+
example: 1.0.0
19191919
title: STAC version
19201920
type: string
19211921
readOnly: true

spec/static/spec/v1/openapitransactional.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ components:
310310
rel: search
311311
type: application/json
312312
title: Search across feature collections
313-
stac_version: 0.9.0
313+
stac_version: 1.0.0
314314
title: data.geo.admin.ch
315315
type: Catalog
316316
conformsTo:
@@ -1999,7 +1999,7 @@ components:
19991999
description: The search criteria
20002000
type: object
20012001
stac_version:
2002-
example: 0.9.0
2002+
example: 1.0.0
20032003
title: STAC version
20042004
type: string
20052005
readOnly: true

0 commit comments

Comments
 (0)