Authenticated actor types referenced by the API operations' authorization facets. Carries the full analyzed actor model (AutoBeAnalyze.IActor — name, kind, description, roles, defaultRole) so downstream phases can resolve grades and default roles from the document alone.
Named DTO schemas.
Type naming conventions:
IEntityName: Full detailed entityIEntityName.ICreate: POST request bodyIEntityName.IUpdate: PUT request bodyIEntityName.ISummary: Simplified list viewIEntityName.IRequest: Search/filter parametersIEntityName.IInvert: Alternative perspectiveIPageIEntityName: Paginated results (pagination + data)
Reusable named DTO schemas and security schemes.