Skip to content

Commit 16f4c27

Browse files
m-mohrsoxofaan
andauthored
Add openEO processes version #517 (#549)
* Add openEO processes version #517 * Update openapi.yaml * Update openapi.yaml Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com> * Update openapi.yaml --------- Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
1 parent 162952e commit 16f4c27

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
- **New extensions:**
1212
- [Remote Process Definition Extension](./extensions/remote-process-definition/README.md)
13+
- Added `version` property to `GET /processes` [#517](https://github.com/Open-EO/openeo-api/issues/517)
1314

1415
### Fixed
1516

openapi.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ paths:
615615
api_version:
616616
type: string
617617
description: >-
618-
Version number of the openEO specification this back-end
618+
Version number of the openEO API specification this back-end
619619
implements.
620620
enum:
621621
- 1.2.0
@@ -1660,6 +1660,17 @@ paths:
16601660
- processes
16611661
- links
16621662
properties:
1663+
version:
1664+
type: string
1665+
nullable: true
1666+
description: >-
1667+
Version number of the openEO process specification this back-end
1668+
targets.
1669+
If not provided or `null`, the version is either unknown or multiple versions are implemented.
1670+
Clients must be able to handle multiple process specification versions at the same time.
1671+
1672+
This is **not** the openEO API specification version.
1673+
example: 1.2.0
16631674
processes:
16641675
type: array
16651676
items:

0 commit comments

Comments
 (0)