Variable: GatewayJSONKeysParametersSchema
const GatewayJSONKeysParametersSchema: z.ZodType<{
[key: string]: unknown;
keys: string[];
operator: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2100
SCM JSONKeysParameters; unknown response fields are preserved.