OpenAPI Summary Generators
Summary generators produce Swagger/OpenAPI documentation for each endpoint. All are per-entity scope.
CreateSummaryGenerator
Generates the OpenAPI summary for the Create endpoint, including request/response type documentation.
DeleteSummaryGenerator
Generates the OpenAPI summary for the Delete endpoint.
GetAllSummaryGenerator
Generates the OpenAPI summary for the GetAll endpoint, including pagination parameter documentation.
GetSummaryGenerator
Generates the OpenAPI summary for the Get (single entity) endpoint.
UpdateSummaryGenerator
Generates the OpenAPI summary for the Update endpoint.