omnigraph/crates/omnigraph-server
Ragnor Comerford 7809bf607e
Polish OpenAPI spec for SDK generation
Add operation descriptions and examples to utoipa annotations so the
generated TypeScript SDK has rich JSDoc, and so future Python/Go SDKs
and any /openapi.json docs UI benefit from the same effort.

- Doc comments on all 18 handlers (utoipa picks up summary/description)
- #[schema(example = ...)] on free-text fields (query_source,
  schema_source, NDJSON data) and i64 timestamps
- Destructive/irreversible warnings on change, applySchema, ingest,
  mergeBranches, deleteBranch, publishRun, abortRun

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25 16:36:51 +02:00
..
src Polish OpenAPI spec for SDK generation 2026-04-25 16:36:51 +02:00
tests Fold openapi.json auto-sync into main CI test job 2026-04-18 21:00:46 +02:00
Cargo.toml Prepare v0.3.0 release (#44) 2026-04-21 19:11:34 +03:00