{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UtilityResponse", "title": "UtilityResponse", "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" } }, "type": "object" }