ironic/releasenotes/notes/add_schema_validation_framework-eaac62cfecb132b0.yaml
Sharpz7 93ad67a445 api: Add schema validation framework
This is effectively a carbon copy of the code from Nova, Manila, Cinder et
al but modified to work with pecan instead of Routes. We do not use all of
the new code yet, but we will in a future change.

Related-Bug: 2086121

Change-Id: I76c1600036c82ead436cd0fb7e7dee1e34e21907
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2024-11-26 18:42:05 +00:00

6 lines
243 B
YAML

---
features:
- |
Adds a schema validation framework to the API. This allows for the validation
of incoming requests and outgoing responses against a JSON schema, right at
the beginning and end of the request processing pipeline.