Skip to content

Variable: JsonObjectSchema

Makaio Framework


Makaio Framework / contracts/shared / JsonObjectSchema

const JsonObjectSchema: z.ZodType<Record<string, unknown>>

Defined in: ../../../packages/contracts/src/shared/json-value.ts:43

JSON object helper for map-like persisted configuration records.

The runtime validation stays strict, while the public TypeScript surface remains Record<string, unknown> so opaque config bags do not force callers to thread JsonValue through every intermediate type.