{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-utility-response-structure.json", "description": "UtilityResponse schema from Adyen API", "type": "object", "properties": { "originKeys": { "x-addedInVersion": "1", "additionalProperties": { "type": "string" }, "description": "The list of origin keys for all requested domains. For each list item, the key is the domain and the value is the origin key.", "type": "object" } }, "name": "UtilityResponse" }