User-defined policies
You can apply your own user-defined policies to your APIs.
The policy configuration that you add to the OpenAPI definition file must
conform to the schema that you defined in the YAML file that describes the policy, and will have the
following general
format:
policy_name:
property1: value1
property2: value2
.
.
.
For details on user-defined policies, and how to describe and implement them, see Authoring policies.