Defines all customizable parameters for Swagger setup.
Members
string
# openApiJsonPath Optional
Path to expose the OpenAPI specification in JSON format.
Path to expose the OpenAPI specification in JSON format. Example: /api/openapi.json
string
# openApiYamlPath Optional
Path to expose the OpenAPI specification in YAML format.
Path to expose the OpenAPI specification in YAML format. Requires 'yaml' package as peer dependency. Example: /api/openapi.yaml