References¶
Standard Material¶
- Specification: https://knowhow.vdv.de/documents/463/
- Additional downloads: https://www.vdv.de/i-d-s-463.aspx
- Connection guide:
VDV_463_0_connection_guide.md - Communication sequences:
VDV_463_6_Communication_Sequences.md - Technical specification:
VDV_463_4_Technical_Specification.md
Generated API Artifacts¶
- AsyncAPI viewer page:
VDV_463_7_AsyncAPI_Specification.md - Raw AsyncAPI YAML:
./schema/asyncapi.yaml - Raw JSON schema page:
VDV_463_8_Schema.md - Runtime docs endpoint:
/vdv463/docs/asyncapi
Repo Implementation Entry Points¶
- WebSocket router:
src/vdv_463/router.py - Docs generator:
src/vdv_463/docs.py - Envelope model:
src/vdv_463/message.py - Payload models:
src/vdv_463/models.py - AsyncAPI generator script:
scripts/generate_asyncapi.py