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