Skip to main content

Variable: GatewayDefaultsInputSchema

const GatewayDefaultsInputSchema: ZodObject<{
metadata: ZodOptional<ZodRecord<ZodString, ZodType<GatewayJsonValue, ZodTypeDef, GatewayJsonValue>>>;
config_id: ZodOptional<ZodString>;
allow_config_override: ZodOptional<ZodBoolean>;
}, "strip", ZodType<GatewayJsonValue, ZodTypeDef, GatewayJsonValue>, {
metadata?: Record<string, GatewayJsonValue>;
config_id?: string;
allow_config_override?: boolean;
}, {
metadata?: Record<string, GatewayJsonValue>;
config_id?: string;
allow_config_override?: boolean;
}>;

Defined in: src/models/ai-gateway-requests.ts:61