Skip to content

Variable: JsonSchemaSchema

Makaio Framework


Makaio Framework / services-core/definition/schemas / JsonSchemaSchema

const JsonSchemaSchema: ZodNullable<ZodRecord<ZodString, ZodUnknown>>

Defined in: ../../../packages/services/core/src/definition/schemas.ts:24

Permissive JSON Schema type.

Matches the PersonaSchemas.getSchema pattern — a nullable record of string keys to unknown values, mirroring the shape produced by Zod’s toJsonSchema helper.