Reusable components referenced by API operations.
Type naming conventions for schemas:
IEntityName: Full detailed entity (e.g., IShoppingSale)IEntityName.ICreate: Request body for POST creationIEntityName.IUpdate: Request body for PUT updateIEntityName.IRequest: Search/filter/pagination parametersIEntityName.ISummary: Simplified view for list operationsIEntityName.IAbridge: Intermediate detail levelIEntityName.IInvert: Alternative perspective of an entityIPageIEntityName: Paginated results with pagination and dataList of API operations.
Combination of AutoBeOpenApi.IOperation.path and AutoBeOpenApi.IOperation.method must be unique.
Root document for Restful API operations and components.
Corresponds to the top-level OpenAPI structure, containing all API operations and reusable component schemas.