{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiKeyResponse", "title": "ApiKeyResponse", "type": "object", "properties": { "apiKey": { "type": "array", "description": "ApiKey customer details.

Endpoints:", "items": { "$ref": "#/components/schemas/ApiKeyOutput" } } } }