{ "@context": { "@version": 1.1, "adyen": "https://docs.adyen.com/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "TerminalProductPrice": "adyen:TerminalProductPrice", "TerminalProduct": "adyen:TerminalProduct", "currency": { "@id": "adyen:currency", "@type": "xsd:string" }, "value": { "@id": "adyen:value", "@type": "xsd:double" }, "description": "schema:description", "id": { "@id": "adyen:id", "@type": "xsd:string" }, "itemsIncluded": { "@id": "adyen:itemsIncluded", "@container": "@set", "@type": "xsd:string" }, "name": "schema:name", "price": { "@id": "adyen:price", "@type": "xsd:string" } } }