Variable AIArchitectureSchemaConst
AIArchitectureSchema: ZodObject<{
Category: ZodUnion<[ZodLiteral<"Core">, ZodLiteral<"Hybrid">, ZodLiteral<"Optimization">, ZodLiteral<"Specialized">]>;
Description: ZodNullable<ZodString>;
ID: ZodString;
KeyPaper: ZodNullable<ZodString>;
Name: ZodString;
ParentArchitecture: ZodNullable<ZodString>;
ParentArchitectureID: ZodNullable<ZodString>;
RootParentArchitectureID: ZodNullable<ZodString>;
WikipediaURL: ZodNullable<ZodString>;
YearIntroduced: ZodNullable<ZodNumber>;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
Category?: "Core" | "Hybrid" | "Optimization" | "Specialized";
Description?: string;
ID?: string;
KeyPaper?: string;
Name?: string;
ParentArchitecture?: string;
ParentArchitectureID?: string;
RootParentArchitectureID?: string;
WikipediaURL?: string;
YearIntroduced?: number;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}, {
Category?: "Core" | "Hybrid" | "Optimization" | "Specialized";
Description?: string;
ID?: string;
KeyPaper?: string;
Name?: string;
ParentArchitecture?: string;
ParentArchitectureID?: string;
RootParentArchitectureID?: string;
WikipediaURL?: string;
YearIntroduced?: number;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
Category: ZodUnion<[ZodLiteral<"Core">, ZodLiteral<"Hybrid">, ZodLiteral<"Optimization">, ZodLiteral<"Specialized">]>
Description: ZodNullable<ZodString>
ID: ZodString
KeyPaper: ZodNullable<ZodString>
Name: ZodString
ParentArchitecture: ZodNullable<ZodString>
ParentArchitectureID: ZodNullable<ZodString>
RootParentArchitectureID: ZodNullable<ZodString>
WikipediaURL: ZodNullable<ZodString>
YearIntroduced: ZodNullable<ZodNumber>
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional Category?: "Core" | "Hybrid" | "Optimization" | "Specialized"
Optional Description?: string
Optional ID?: string
Optional KeyPaper?: string
Optional Name?: string
Optional ParentArchitecture?: string
Optional ParentArchitectureID?: string
Optional RootParentArchitectureID?: string
Optional WikipediaURL?: string
Optional YearIntroduced?: number
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional Category?: "Core" | "Hybrid" | "Optimization" | "Specialized"
Optional Description?: string
Optional ID?: string
Optional KeyPaper?: string
Optional Name?: string
Optional ParentArchitecture?: string
Optional ParentArchitectureID?: string
Optional RootParentArchitectureID?: string
Optional WikipediaURL?: string
Optional YearIntroduced?: number
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity MJ: AI Architectures