Variable: GatewayCatalogVertexAIConfigurationSchema
const GatewayCatalogVertexAIConfigurationSchema: z.ZodType<{
[key: string]: unknown;
vertex_auth_type: string;
vertex_region: string;
vertex_project_id?: string;
vertex_service_account_json?: {
[key: string]: unknown;
};
}>;
Defined in: src/models/ai-gateway-extensions.ts:2588
SCM VertexAIConfiguration; unknown response fields are preserved.