openEO API v0.4.2
Pre-release
Pre-release
Changed
- Updated the process catalog, see the separate changelog.
Added
- Basic JSON Schema for process graph validation.
Removed
- Disallowed CommonMark in descriptions of process graph variables and process graph nodes.
Fixed
- Improved documentation with several clarifications, better examples and more.
- SAR Bands had a required but undefined property. #187
- Clarified how file paths in the URL must be encoded for file handling.
- OpenAPI
nullable
issues:- Removed
null
from SAR Bandsenum
for OpenAPI code generator, is handled bynullable
. OpenAPI-Specification#1900 nullable
doesn't combine well withanyOf
,allOf
andoneOf
, therefore placednullable
also in one of the sub-schemas. OpenAPI-Specification#1368
- Removed