References¶
Standard Material¶
- Specification: https://knowhow.vdv.de/documents/261/
- Technical background:
VDV_261_04_Technical_Specification.md - Communication flows:
VDV_261_06_Communication_Sequences.md
Generated API Artifacts¶
- API reference (Redoc):
VDV_261_API_Reference.md - OpenAPI schema:
./schema/openapi.json - Runtime schema endpoints:
/vdv261/schemasand/vdv261/schemas/{schema_name}
Repo Implementation Entry Points¶
- Router:
src/vdv_261/router.py - Models:
src/vdv_261/models.py - Generator script:
scripts/generate_openapi.py