Skip to content

Commit

Permalink
Add openEO processes version #517
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 15, 2024
1 parent 162952e commit af6ab82
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Fixed

Expand Down
13 changes: 12 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ paths:
api_version:
type: string
description: >-
Version number of the openEO specification this back-end
Version number of the openEO API specification this back-end
implements.
enum:
- 1.2.0
Expand Down Expand Up @@ -1660,6 +1660,17 @@ paths:
- processes
- links
properties:
version:
type: string
nullable: true
description: >-
Version number of the openEO process specification this back-end
implements.
If not provided or `null` the version is either unknown or multiple versions are implemented.
Clients must be able to handle multiple process versions at the same time.
This is **not** the openEO API specification version.
example: 1.2.0
processes:
type: array
items:
Expand Down

0 comments on commit af6ab82

Please sign in to comment.