{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ApiKeysResponse", "type": "object", "description": "List of API keys for the developer account.", "properties": { "keys": { "type": "array", "description": "Array of API keys.", "items": { "$ref": "#/components/schemas/ApiKey" } } } }