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