Tool
Swagger / OpenAPI
Open standard for describing HTTP APIs in JSON/YAML; enables client generation, mocks, contract validation and interactive docs (Swagger UI).
Key points
- ▸OpenAPI 3.x describes paths, schemas, security schemes and examples in a single versionable document.
- ▸Client generation (openapi-generator) and server stubs reduce drift between frontend, backend and mocks.
- ▸Swagger UI and ReDoc render the spec as browsable and runnable documentation straight from the browser.
Seed content from the CV; pending manual review or Trilium ingestion.