joyent / conch-api

Datacenter build and management service
Mozilla Public License 2.0
22 stars 11 forks source link

more thorough validation of endpoint request and response data #978

Closed karenetheridge closed 3 years ago

karenetheridge commented 4 years ago

By centralizing the configuration of json schemas used to validate query parameters, request body payloads and response body payloads, we can provide more thorough testing of data (e.g. in integration tests and also staging deployments).

karenetheridge commented 4 years ago

(done in git for v3.1)

karenetheridge commented 3 years ago

This is done, ish, in v3.1 (see pull requests #1066, #1067, #1068) but I would still like the api to move to OpenAPI v3.1 when that spec is released and when when we have tooling available.