Variable: GatewayCreateRateLimitsPolicyRequestSchema
const GatewayCreateRateLimitsPolicyRequestSchema: z.ZodType<{
name?: string;
conditions: GatewayRequestCondition[];
group_by: GatewayRequestGroupBy[];
type: string;
unit: string;
value: number;
target?: string;
workspace_id?: string;
organisation_id?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1020
SCM CreateRateLimitsPolicyRequest; stable request fields are strict; extension maps accept finite JSON.