
Request Validator
Configuration
Hide Child Parameters
Array of parameter validator specification. One of body_schema
or parameter_schema
must be specified.
Hide Child Parameters
Required when style
and explode
are set. This is the schema defining the type used for the parameter. It is validated using draft4
for JSON Schema draft 4 compliant validator. In addition to being a valid JSON Schema, the parameter schema MUST have a top-level type
property to enable proper deserialization before validating.
If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.