{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-allowed-origins-response-structure.json", "description": "AllowedOriginsResponse schema from Adyen API", "type": "object", "properties": { "data": { "description": "List of allowed origins.", "items": { "$ref": "#/components/schemas/AllowedOrigin" }, "type": "array" } }, "name": "AllowedOriginsResponse" }