Variable: JsonSchemaSchema
Makaio Framework / services-core/definition/schemas / JsonSchemaSchema
Variable: JsonSchemaSchema
Section titled “Variable: JsonSchemaSchema”
constJsonSchemaSchema: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.