Variable: JsonValueSchema
Makaio Framework / contracts / JsonValueSchema
Variable: JsonValueSchema
Section titled “Variable: JsonValueSchema”
constJsonValueSchema:z.ZodType<JsonValue>
Defined in: ../../../packages/contracts/src/shared/json-value.ts:24
Recursive JSON-safe value schema.
Uses z.lazy() so arrays and objects can reference the same schema without
widening the contract to arbitrary unknown.