CreateSchemaReqPayload: {
    include_images?: boolean | null;
    model?: string | null;
    prompt: string;
    tag_enum?: string[] | null;
}
""