Skip to content

covenix / JsonSchema

Type Alias: JsonSchema

JsonSchema = z.core.JSONSchema.BaseSchema

Defined in: src/swagger.ts:63

A JSON Schema document or fragment. Uses Zod's own JSON Schema type — it is authoritative for what z.toJSONSchema emits (draft 2020-12) — so converting schemas needs no extra conversion dependency.