{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-webhook-links-structure.json", "description": "WebhookLinks schema from Adyen API", "type": "object", "properties": { "company": { "description": "The company account that the webhook is configured for. Only present for company-level webhooks.", "$ref": "#/components/schemas/LinksElement" }, "generateHmac": { "description": "Generate an HMAC key.", "$ref": "#/components/schemas/LinksElement" }, "merchant": { "description": "The merchant account that the webhook is configured for. Only present for merchant-level webhooks.", "$ref": "#/components/schemas/LinksElement" }, "self": { "description": "Link to the resource itself.", "$ref": "#/components/schemas/LinksElement" }, "testWebhook": { "description": "Test the webhook setup.", "$ref": "#/components/schemas/LinksElement" } }, "required": [ "self", "testWebhook", "generateHmac" ], "name": "WebhookLinks" }