Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
91 stars 11 forks source link

openEO Processes version not listed in capabilities #474

Closed bschumac closed 1 year ago

bschumac commented 1 year ago

Currently looking on https://api.openeo.org/#tag/Capabilities I am wondering why there is no openeo-processes version listed in the response schema. Shouldn't there be a linkage between the openeo api version and the openeo-processes version that is minimally required?

m-mohr commented 1 year ago

No. There is none because you could in principle have processes from multiple versions exposed. The version of a process is also not very relevant as processes describe themselves and clients should not rely on specific versions but instead work based on what they actually receive as process description.