Authorization actors associated with this endpoint (camelCase).
Include an actor if it can call this endpoint or the endpoint is
semantically related to it (e.g., /auth/users/login → ["user"]). Empty
array for public endpoints.
Each actor may generate a separate endpoint — minimize to prevent endpoint explosion.
Authorization type of the endpoint.
"login": Credential validation"join": Account registration"withdraw": Account deactivation"refresh": Token renewal"session": Session management (logout, etc.)"password": Password reset/change"management": Other auth-related (2FA, OAuth, verification)null: All other endpointsExact database model name primarily represented by this endpoint.
When present, this value must match an AutoBeDatabase.IModel.name
exactly, such as shopping_sale_snapshots. Use null for workflow,
report, aggregate, cross-model, or purely computed endpoints that do not
have one primary database model.
Functional description of what this endpoint does and why. Keep concise.
The endpoint definition containing path and HTTP method.
Endpoint design with description, authorization, and endpoint definition.
Author
Michael
Author
Samchon