Variable MJSearchScopeExternalIndexSchemaConst
MJSearchScopeExternalIndexSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ExternalIndexConfig: ZodNullable<ZodString>;
ExternalIndexName: ZodNullable<ZodString>;
ID: ZodString;
IndexType: ZodUnion<
[
ZodLiteral<"AzureAISearch">,
ZodLiteral<"Elasticsearch">,
ZodLiteral<"OpenSearch">,
ZodLiteral<"Other">,
ZodLiteral<"Typesense">,
ZodLiteral<"Vector">,
],
>;
MetadataFilter: ZodNullable<ZodString>;
SearchScope: ZodString;
SearchScopeID: ZodString;
VectorIndex: ZodNullable<ZodString>;
VectorIndexID: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ExternalIndexConfig?: string;
ExternalIndexName?: string;
ID?: string;
IndexType?: | "Other"
| "Vector"
| "AzureAISearch"
| "Elasticsearch"
| "OpenSearch"
| "Typesense";
MetadataFilter?: string;
SearchScope?: string;
SearchScopeID?: string;
VectorIndex?: string;
VectorIndexID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ExternalIndexConfig?: string;
ExternalIndexName?: string;
ID?: string;
IndexType?: | "Other"
| "Vector"
| "AzureAISearch"
| "Elasticsearch"
| "OpenSearch"
| "Typesense";
MetadataFilter?: string;
SearchScope?: string;
SearchScopeID?: string;
VectorIndex?: string;
VectorIndexID?: string;
},
> = ...
zod schema definition for the entity MJ: Search Scope External Indexes