Variable: JsonTypeSchema
ts
const JsonTypeSchema: ZodObject<{
configuration: ZodOptional<ZodRecord<ZodString, ZodAny>>;
custom: ZodOptional<ZodString>;
customId: ZodOptional<ZodNumber>;
items: ZodOptional<ZodString>;
system: ZodOptional<ZodString>;
type: ZodString;
}, $loose>;Defined in: src/agile/models/jsonType.ts:5
The schema of a field.