{ "@context": { "@version": 1.1, "woo": "https://woocommerce.dev/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "CartCustomerInput": "woo:CartCustomerInput", "billingAddress": { "@id": "woo:billing_address", "@type": "@id" }, "firstName": { "@id": "woo:first_name", "@type": "xsd:string" }, "lastName": { "@id": "woo:last_name", "@type": "xsd:string" }, "company": { "@id": "woo:company", "@type": "xsd:string" }, "address1": { "@id": "woo:address_1", "@type": "xsd:string" }, "address2": { "@id": "woo:address_2", "@type": "xsd:string" }, "city": { "@id": "woo:city", "@type": "xsd:string" }, "state": { "@id": "woo:state", "@type": "xsd:string" }, "postcode": { "@id": "woo:postcode", "@type": "xsd:string" }, "country": { "@id": "woo:country", "@type": "xsd:string" }, "email": "schema:email", "phone": { "@id": "woo:phone", "@type": "xsd:string" }, "shippingAddress": { "@id": "woo:shipping_address", "@type": "@id" } } }