Skip to content

Variable: JsonValueSchema

Makaio Framework


Makaio Framework / contracts / JsonValueSchema

const JsonValueSchema: 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.