Variable JSONConst Internal
JSON: ZodObject<
{
aa: ZodObject<
{ text: ZodBoolean; ui: ZodBoolean },
"strip",
ZodTypeAny,
{ text: boolean; ui: boolean },
{ text: boolean; ui: boolean },
>;
aaa: ZodObject<
{ text: ZodBoolean; ui: ZodBoolean },
"strip",
ZodTypeAny,
{ text: boolean; ui: boolean },
{ text: boolean; ui: boolean },
>;
ratio: ZodNumber;
},
"strip",
ZodTypeAny,
{
aa: { text: boolean; ui: boolean };
aaa: { text: boolean; ui: boolean };
ratio: number;
},
{
aa: { text: boolean; ui: boolean };
aaa: { text: boolean; ui: boolean };
ratio: number;
},
> = ...
Creates a JSON schema for this class.