OpenAPI Extensions
What
OpenAPI extensions are reusable components that describe additional functionality beyond what is covered in the OpenAPI Specification. They are generally vendor specific, such as Amazon API Gateways extension. All OpenAPI extensions begin with x-
.
OpenAPI extensions are supported at the Root and Operation level, Security definitions, Shared Parameters, and Shared Responses
How
- Select the modeling file you want to modify
- Select the level you want to add an extension to
- Click Add under Extensions
- Input the extension property under Extension
- Input extension value(s) under Value
Related Articles