OpenAPI 3.x
By default, the documentation is generated using Swagger 2.0 features. All of the following topics refer to OpenAPI 3.x exclusive features.
NOTE: To use the OpenAPI 3.x features, you need to enable the OpenAPI v3. See the Advanced Usage section.
📄️ Schemas and Components
To reference your schema in the doc object, use the $ref
📄️ Parameters
All optional parameters:
📄️ Request Body
Use the #swagger.requestBody to impletent Request Body.
📄️ Responses
All optional parameters:
📄️ Enums
📄️ oneOf and anyOf
🗃️ Authentication
2 items