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