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