{ "@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#", "StoreLocation": "adyen:StoreLocation", "city": { "@id": "adyen:city", "@type": "xsd:string" }, "country": { "@id": "adyen:country", "@type": "xsd:string" }, "line1": { "@id": "adyen:line1", "@type": "xsd:string" }, "line2": { "@id": "adyen:line2", "@type": "xsd:string" }, "line3": { "@id": "adyen:line3", "@type": "xsd:string" }, "postalCode": { "@id": "adyen:postalCode", "@type": "xsd:string" }, "stateOrProvince": { "@id": "adyen:stateOrProvince", "@type": "xsd:string" } } }