Open-EO / openeo-backend-validator

Service to validate back-end compliance with the API specification.
Apache License 2.0
1 stars 3 forks source link

Go: Add verbose flag #4

Closed bgoesswe closed 4 years ago

bgoesswe commented 5 years ago

At the moment the output is always a detailed error message if the validation fails, this should be configurable, so that the output may be formatted only "VALID", "INVALID", "ERROR".

bgoesswe commented 4 years ago

I think not necessary, since it returns a json which you can format as you wish.