
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>
6 lines
243 B
YAML
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. |