{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-utility-response-schema.json",
"title": "UtilityResponse",
"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"
}
}
}