Variable MJAIModelModalitySchemaConst
MJAIModelModalitySchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Comments: ZodNullable<ZodString>;
Direction: ZodUnion<[ZodLiteral<"Input">, ZodLiteral<"Output">]>;
ID: ZodString;
IsRequired: ZodBoolean;
IsSupported: ZodBoolean;
MaxCountPerMessage: ZodNullable<ZodNumber>;
MaxDimension: ZodNullable<ZodNumber>;
MaxSizeBytes: ZodNullable<ZodNumber>;
Modality: ZodString;
ModalityID: ZodString;
Model: ZodString;
ModelID: ZodString;
SupportedFormats: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Comments?: string;
Direction?: "Input"
| "Output";
ID?: string;
IsRequired?: boolean;
IsSupported?: boolean;
MaxCountPerMessage?: number;
MaxDimension?: number;
MaxSizeBytes?: number;
Modality?: string;
ModalityID?: string;
Model?: string;
ModelID?: string;
SupportedFormats?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Comments?: string;
Direction?: "Input"
| "Output";
ID?: string;
IsRequired?: boolean;
IsSupported?: boolean;
MaxCountPerMessage?: number;
MaxDimension?: number;
MaxSizeBytes?: number;
Modality?: string;
ModalityID?: string;
Model?: string;
ModelID?: string;
SupportedFormats?: string;
},
> = ...
zod schema definition for the entity MJ: AI Model Modalities