Fixapp-sdk
@revenexx/app-sdk-cli@0.2.1
Patch Changes
baa8b09: fix(emit-capabilities): nullable columns now emit a null-accepting JSON Schema type
entitySchemamapped every column to a non-nullable JSON Schema type, ignoringnotNull. Any row with a null in a nullable column (e.g. a product with no family, no parent, not deleted) then failed the gateway's response-contract validation. Columns withoutnotNull(and not a PK) now widen totype: [<type>, "null"], preservingformat. PK andnotNullcolumns stay strict. OpenAPI 3.1 (what the gateway emits) accepts the array form.Updated dependencies [581e8e1]
- @revenexx/app-sdk@0.2.1