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