Expand description
OpenAPI 3.1 export for Zagens runtime HTTP API (D16 E1-c phase 1).
Structs§
- Resume
Session Response - Session
Detail Response - Sessions
List Response - Start
Turn Response - Stream
Turn Request - Thread
Summary
Constants§
- SCHEMA_
EXPORTS - Core schemas exported to OpenAPI components.
Functions§
- build_
openapi_ value - Assemble the full OpenAPI document (no sidecar-only schema extensions).
- build_
openapi_ value_ with - Assemble the full OpenAPI document (JSON Schema 2020-12 components).
- build_
paths - Build the OpenAPI
pathsobject (Axum{param}syntax). - export_
openapi_ json - Pretty-printed OpenAPI JSON for check-in and TS codegen.
- export_
openapi_ json_ with - Pretty-printed OpenAPI JSON for check-in and TS codegen.
- path_
template_ count - Path templates registered in this module (guard drift vs
router.rs).
Type Aliases§
- Schema
Export Fn - One OpenAPI component schema export (
name,schema_for!thunk).