flowchart LR
S["π· <b>Schema</b><br/><i>Pydantic / Zod</i>"]
S --> V["β
<b>Request &<br/>Response Validation</b>"]
S --> T["π <b>Type Safety</b><br/><i>IDE autocomplete</i>"]
S --> D["π <b>OpenAPI / JSON Schema</b>"]
D --> UI["π <b>Interactive Docs</b><br/><i>/docs • Swagger UI</i>"]
D --> CG["βοΈ <b>Client Code<br/>Generation</b>"]
style S fill:#e3f2fd,stroke:#1565c0,color:#0d47a1
style V fill:#e8f5e9,stroke:#2e7d32,color:#1b5e20
style T fill:#e8f5e9,stroke:#2e7d32,color:#1b5e20
style D fill:#fff3e0,stroke:#e65100,color:#bf360c
style UI fill:#fce4ec,stroke:#c62828,color:#b71c1c
style CG fill:#fce4ec,stroke:#c62828,color:#b71c1c