Request Body validating middleware.
Register a schema to validate request body.
Registered schema will be used for validating request body just before API method executing.
request_body_schema (dict) – a schema to validate request body
min_version – A string of two numerals. X.Y indicating the minimum version of the JSON-Schema to validate against.
max_version – A string of two numerals. X.Y indicating the maximum version of the JSON-Schema to validate against.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.