{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-allowed-origin-structure.json", "description": "AllowedOrigin schema from Adyen API", "type": "object", "properties": { "_links": { "description": "References to resources linked to the allowed origin.", "$ref": "#/components/schemas/Links" }, "domain": { "description": "Domain of the allowed origin.", "example": "https://adyen.com", "type": "string" }, "id": { "description": "Unique identifier of the allowed origin.", "type": "string" } }, "required": [ "domain" ], "name": "AllowedOrigin" }