JsonSchemaNode
JsonSchemaNode =
Record<string,unknown>
One JSON Schema (draft 2020-12) document as the Delivery API compiles it — loosely typed since JSON Schema itself is open-ended; the codegen CLI narrows into the specific shapes the server actually produces rather than implementing a general JSON-Schema-to-TypeScript translator.