{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MerchantDevice", "title": "MerchantDevice", "properties": { "os": { "description": "Operating system running on the merchant device.", "type": "string" }, "osVersion": { "description": "Version of the operating system on the merchant device.", "type": "string" }, "reference": { "description": "Merchant device reference.", "type": "string" } }, "type": "object" }