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

    entitySchema mapped every column to a non-nullable JSON Schema type, ignoring notNull. 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 without notNull (and not a PK) now widen to type: [<type>, "null"], preserving format. PK and notNull columns stay strict. OpenAPI 3.1 (what the gateway emits) accepts the array form.

  • Updated dependencies [581e8e1]