{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/V2ApisListKeysResponseData", "title": "V2ApisListKeysResponseData", "type": "array", "maxItems": 100, "items": { "$ref": "#/components/schemas/KeyResponseData" }, "description": "Array of API keys with complete configuration and metadata." }