{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "rateLimitResponse", "type": "object", "description": "Error returned if any of the user's rate limit have been reached.", "properties": { "message": { "type": "string" } } }