-
Notifications
You must be signed in to change notification settings - Fork 3
All parameter schema's unecessarily have "minItems": 0.0
#130
Comments
Yes, indeed. I guess the default needs to be removed:
|
Yes we set a default as defined in the api. But I can remove it. |
The default value in the API means that this is the value to be used if it is not provided (in the backend response), but you provide it explicitly, which is not the desired behavior. Would be good to remove it. |
Makes sense, I already have a fix for this. I plan to bring it to dev today and then to prod as soon as possible. |
Fix is deployed in production, checkout https://openeo.eodc.eu/v1.0/processes |
Just curious: where did you fix this? There doesn't seem to be any recent updates on https://github.com/Open-EO/openeo-eodc-driver/branches |
We moved our backend development to our private gitlab server. |
While comparing the VITO and EODC process listings for openEOPlatform/documentation#11 I noticed that all parameter/return schemas have a
"minItems": 0.0
field, e.g.As far as I know jsonschema, minItems only makes sense for arrays (and it should be an integer, not float)
The text was updated successfully, but these errors were encountered: