omnigraph/crates/omnigraph-server/src
Claude 859ec9faa8
Add OpenAPI spec generation via utoipa with /openapi.json endpoint
Integrate utoipa 5 to auto-generate an OpenAPI 3.1 spec from the existing
Axum handlers and serde types. All 16 endpoints are annotated with path
metadata, request/response schemas, security requirements, and tags. A
public /openapi.json endpoint serves the spec without requiring auth.

Includes 59 tests covering path completeness, HTTP methods, schema fields,
enum variants, security scheme, path/query parameters, request bodies,
response references, and endpoint integration.

https://claude.ai/code/session_01NfoPVx21rZUQned1f7WpXY
2026-04-12 11:03:23 +00:00
..
api.rs Add OpenAPI spec generation via utoipa with /openapi.json endpoint 2026-04-12 11:03:23 +00:00
config.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
lib.rs Add OpenAPI spec generation via utoipa with /openapi.json endpoint 2026-04-12 11:03:23 +00:00
main.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
policy.rs Add schema apply command and policy support 2026-04-12 04:01:14 +03:00