developmentseed / eoAPI

[Active Development] Earth Observation API (Metadata, Raster and Vector services)
https://eoapi.dev
MIT License
196 stars 21 forks source link

SMALL: Use Schema JSON for Validation #88

Closed ranchodeluxe closed 1 year ago

ranchodeluxe commented 1 year ago

Background

Currently we are using custom validators on values.yaml. Seems like internal to DS we prefer using JSON Schema validators. So move it over to that

AC