{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-generate-api-key-response-structure.json", "description": "GenerateApiKeyResponse schema from Adyen API", "type": "object", "properties": { "apiKey": { "description": "The generated API key.", "type": "string" } }, "required": [ "apiKey" ], "name": "GenerateApiKeyResponse" }