fix(docs): regenerate openapi.json from running app
The committed openapi.json was a 293-line sample covering only 11 paths and 7 tags. The actual FastAPI app exposes 183 paths across 50 tags. This was making API documentation, SDK generation, and any external integration effectively guess at the real surface. Re-generate via: python3 -c "import json; from api import app; print(json.dumps(app.openapi(), indent=2))" > openapi.json Going forward, regenerate before each release. Add a Makefile target.
This commit is contained in:
parent
8d25702eca
commit
3048e22e1f
1 changed files with 10262 additions and 196 deletions
10352
openapi.json
10352
openapi.json
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue