Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-keystoneclient/+spec/client-side-request-response-validation. Description: The client should be able to strictly validate a given request OR response to/from keystone according to the Identity API v3 specification, and should automatically perform such validation in debug mode and in tests. JSON schema is one potential solution; it would also be useful to expose the JSON Schema documents via the Python API, for example, to test another client implementation's requests against a single source of truth. Specification URL (additional information): None