{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-utility-request-structure.json", "description": "UtilityRequest schema from Adyen API", "type": "object", "properties": { "originDomains": { "description": "The list of origin domains, for which origin keys are requested.", "items": { "type": "string" }, "type": "array" } }, "required": [ "originDomains" ], "name": "UtilityRequest" }