{ "@context": { "@version": 1.1, "amadeus": "https://amadeus.com/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "CreditCard": "amadeus:CreditCard", "number": { "@id": "amadeus:number", "@type": "xsd:string" }, "holderName": { "@id": "amadeus:holderName", "@type": "xsd:string" }, "vendorCode": { "@id": "amadeus:vendorCode", "@type": "xsd:string" }, "expiryDate": { "@id": "amadeus:expiryDate", "@type": "xsd:string" }, "cvv": { "@id": "amadeus:cvv", "@type": "xsd:string" } } }