Supported FrameworksPython
FastAPI
Static FastAPI feature catalog powered by DIDS framework definitions
FastAPI Feature Catalog (Python)
This page provides a static, contributor-friendly view of FastAPI features currently covered by the Deterministic Interface Discovery Schema (DIDS).
Source of Truth
- Canonical definitions live in ingestion: framework-definitions directory
- Canonical FastAPI file: framework-definitions/python/fastapi.json
- Docs consume generated static assets from:
/framework-definitions - Current file shown here:
/framework-definitions/python/fastapi.json
Why this catalog exists
This catalog makes deterministic discovery transparent for contributors and reviewers:
- You can see exactly which FastAPI features are supported today.
- You can understand how each feature maps to interface extraction behavior.
- You can propose precise updates through definition-file pull requests.
Construct mapping examples
inbound_constructs: route handlers and router-mounted endpoints (for example@app.get,router.post).outbound_constructs: outbound work initiated by handlers (for example HTTP clients and storage writes).internal_constructs: framework usage that shapes behavior without being a boundary interface (for example dependency wiring, background task setup).
Current FastAPI coverage
Loading FastAPI catalog...
Reading static catalog asset from /framework-definitions.
How to update this page's data
- Update FastAPI definitions in ingestion source.
- Run
bun run sync:framework-definitionsfromunoplat-code-confluence-docs. - Commit both source definition changes and generated docs artifacts.