All Classes and Interfaces
Class
Description
Declares OpenAPI operation metadata for a class-based handler.
Declares one OpenAPI response for a class-based handler operation.
Container for repeated
APIResponse annotations.Optional array-specific schema metadata.
What a response carries: the schema, and an example of it.
Assembles the OpenAPI document from what the handlers already say about themselves.
Generates and serves an OpenAPI 3.0 spec, and the documentation page that reads it, under a
configurable base path.
Declares one OpenAPI parameter for a class-based handler operation.
Container for repeated
Parameter annotations.The body this operation takes, for a handler that reads it by hand.
Minimal OpenAPI schema metadata for model classes and properties.
Optional alias for property-level schema metadata.
The documentation page served beside the spec: Swagger UI, Redoc or Scalar.
Redoc community edition, pinned to 2.x.
Scalar's API reference, pinned to 1.x.
Sidebar and content in two columns, or the one-column classic.
What decides the order of the operations in a tag.
Scalar's own palettes.
Swagger UI, pinned to 5.x.
How much of the document is open when the page loads.
The highlighter's palette.
Keeps a route out of the published document.