Variable: JsonObjectSchema
Makaio Framework / contracts/shared / JsonObjectSchema
Variable: JsonObjectSchema
Section titled “Variable: JsonObjectSchema”
constJsonObjectSchema: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.