{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "ApiKeyUsage", "type": "object", "description": "Usage statistics for an API key.", "properties": { "requests_today": { "type": "int32", "description": "Number of requests made today." }, "requests_month": { "type": "int32", "description": "Number of requests made this month." } } }