{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-merchant-links-structure.json", "description": "MerchantLinks schema from Adyen API", "type": "object", "properties": { "apiCredentials": { "$ref": "#/components/schemas/LinksElement" }, "self": { "description": "Link to the resource itself.", "$ref": "#/components/schemas/LinksElement" }, "users": { "$ref": "#/components/schemas/LinksElement" }, "webhooks": { "$ref": "#/components/schemas/LinksElement" } }, "required": [ "self" ], "name": "MerchantLinks" }