{ "@context": [ { "@version": 1.1, "@protected": true, "id": "@id", "type": "@type", "PassportCredential": { "@id": "https://raw.githubusercontent.com/redbellynetwork/receptor-schema/refs/heads/main/schemas/json-ld/PassportCredential.jsonld#PassportCredential", "@context": { "@version": 1.1, "@protected": true, "id": "@id", "type": "@type", "xsd": "http://www.w3.org/2001/XMLSchema#", "passport-vocab": "https://github.com/redbellynetwork/receptor-schema/blob/main/credentials/passport.md#", "name": { "@id": "passport-vocab:name", "@type": "xsd:string" }, "passportNumber": { "@id": "passport-vocab:passportNumber", "@type": "xsd:string" }, "nationality": { "@id": "passport-vocab:nationality", "@type": "xsd:string" }, "birthDate": { "@id": "passport-vocab:birthDate", "@type": "xsd:integer" }, "expiryDate": { "@id": "passport-vocab:expiryDate", "@type": "xsd:integer" }, "publicAddress": { "@id": "passport-vocab:publicAddress", "@type": "xsd:string" } } } } ] }