fabro/lib
Bryan Helmkamp 2f2f14562d
fix(api): convert OpenAPI spec to valid 3.1 syntax
The spec declared openapi 3.1.0 but used nullable: true (3.0 idiom)
in 78 places, which Mintlify's parser rejected, breaking doc deploys.

Convert to proper 3.1 patterns (type arrays and oneOf with type: null),
switch the server conformance test from openapiv3 (3.0-only) to a
YAML-level walk so it accepts 3.1 input, and regenerate the typescript
client — it now correctly emits `| null` on nullable fields.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 01:11:19 -04:00
..
crates fix(api): convert OpenAPI spec to valid 3.1 syntax 2026-04-18 01:11:19 -04:00
packages/fabro-api-client fix(api): convert OpenAPI spec to valid 3.1 syntax 2026-04-18 01:11:19 -04:00