flipt-io / cup

Git Contribution Automation
https://cup.flipt.io
Apache License 2.0
76 stars 1 forks source link

Enforce JSON Schema Validate #22

Closed GeorgeMac closed 1 year ago

GeorgeMac commented 1 year ago

We need to enforce the JSON schema is valid for resources on PUT. This should happen in the *api.Server.

Open consideration is; how can we support more than just spec as the schema validated field?

GeorgeMac commented 1 year ago

I did this directly on main