-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
TASK-010: Generate OpenAPI specification
RFC: RFC-0008 - API Layer
Component: HTTP Router
Estimate: m
Description
Add utoipa annotations to all handlers. Generate OpenAPI 3.0 spec. Serve at /openapi.json.
Acceptance Criteria
- AC-010: OpenAPI spec generated and served at /openapi.json
- Verification: curl /openapi.json returns valid OpenAPI 3.0 document
Dependencies
Depends on: TASK-004, TASK-005, TASK-006