OpenApiDocDsl
A small interface exposing the OpenAPI document builder state.
This is used in the OpenAPI and Swagger plugins for providing details in the resulting generated document.
Inheritors
Properties
Link copied to clipboard
Optional reusable components for the document (schemas, responses, parameters, request bodies, etc.).
Link copied to clipboard
Specification extensions for the document.
Link copied to clipboard
Optional external documentation for the entire API.
Link copied to clipboard
Required OpenAPI "Info Object" describing the API (title, version, optional description, etc.).
Link copied to clipboard
OpenAPI specification version to be written into the resulting document.