You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, unfortunately some of these examples are automatically generated by redoc and don't make a lot of sense. We should work on it and provide specific examples so that the autogeneration doesn't apply. => Open-EO/openeo-api#529
The test suite developed in WP4 contains invalid payloads:
For example: https://raw.githubusercontent.com/eodcgmbh/openeo-test-suite/11b37267ce409f05e6f8c50ee210602735580126/src/openeo_test_suite/tests/general/payload_examples/patch_jobs/patch_jobs_1.json (similarly post_result_1).
For example:
"subtype": "string"
=> doesn't exist"pattern": "/regex/"
=> only string containing "regexp" allowed"minimum": 0, "maximum": 0
both 0 => only 0 allowed"optional": false,
and"default": null
at the same time don't workAdditionally, many things are very weirdly filled:
The example(s) should be cleaned up.
Copied from #45
The text was updated successfully, but these errors were encountered: