{ "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [ { "$ref": "#/definitions/GetAccountRateLimitsParams" }, { "type": "null" } ], "definitions": { "GetAccountRateLimitsParams": { "description": "Usage-read capabilities of the requesting client, never inferred from its experiment arm.", "properties": { "excludeResetCreditDetails": { "description": "Skip the separate reset-credit detail lookup for background usage polls. The usage response still includes the available count; omitted/false preserves detailed reads.", "type": "boolean" }, "supportsLunaReserve": { "description": "The client supports automatic Luna Reserve fallback. For eligible ChatGPT CLI users, allow the backend to record experiment exposure after ordinary usage is blocked.", "type": "boolean" } }, "type": "object" } }, "title": "Nullable_GetAccountRateLimitsParams" }