File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
- ** New extensions:**
12
12
- [ 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 )
13
14
14
15
### Fixed
15
16
Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ paths:
615
615
api_version :
616
616
type : string
617
617
description : >-
618
- Version number of the openEO specification this back-end
618
+ Version number of the openEO API specification this back-end
619
619
implements.
620
620
enum :
621
621
- 1.2.0
@@ -1660,6 +1660,17 @@ paths:
1660
1660
- processes
1661
1661
- links
1662
1662
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
1663
1674
processes :
1664
1675
type : array
1665
1676
items :
You can’t perform that action at this time.
0 commit comments