Skip to content

Commit 760e075

Browse files
committed
Set a fixed version number for api_version
1 parent 746002e commit 760e075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,8 @@ paths:
550550
description: >-
551551
Version number of the openEO specification this back-end
552552
implements.
553-
example: 1.0.1
553+
enum:
554+
- 1.0.0
554555
backend_version:
555556
type: string
556557
description: >-
@@ -895,7 +896,6 @@ paths:
895896
description: >-
896897
Version number of the openEO specification this
897898
back-end implements.
898-
example: 1.0.1
899899
example:
900900
versions:
901901
- url: 'https://example.openeo.org/api/v0.5'

0 commit comments

Comments
 (0)