Glossary coding Term Page
OpenAPI schema
The spec FastAPI generates
Core Idea
OpenAPI schema is The spec FastAPI generates. Changing response_model or the Pydantic models updates the shared contract instantly. It usually makes the most sense alongside response_model, Read/write model split, Field.
Why It Matters Here
Mathbong reuses this term across fastapi posts as shared vocabulary.