Request body validating middleware for OpenStack Identity resources.
Convert the parameter schema to be of type list.
Parameters: | property_schema (dict) – schema to add array type to |
---|---|
Returns: | a new dict schema |
Clone a property schema into one that is nullable.
Parameters: | property_schema (dict) – schema to clone into a nullable schema |
---|---|
Returns: | a new dict schema |
Register a schema to validate a resource reference.
Registered schema will be used for validating a request body just before API method execution.
Parameters: |
|
---|
Common parameter types for validating a request reference.
Internal implementation of request body validating middleware.