{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-shopper-interaction-device-schema.json", "title": "ShopperInteractionDevice", "description": "ShopperInteractionDevice schema from Adyen API", "type": "object", "properties": { "locale": { "description": "Locale on the shopper interaction device.", "type": "string" }, "os": { "description": "Operating system running on the shopper interaction device.", "type": "string" }, "osVersion": { "description": "Version of the operating system on the shopper interaction device.", "type": "string" } } }