{ "@context": [ { "@version": 1.1, "@protected": true, "id": "@id", "type": "@type", "ProofOfAddressCredential": { "@id": "https://raw.githubusercontent.com/redbellynetwork/receptor-schema/refs/heads/main/schemas/json-ld/ProofOfAddressCredential.jsonld#ProofOfAddressCredential", "@context": { "@version": 1.1, "@protected": true, "id": "@id", "type": "@type", "poa-vocab": "https://github.com/redbellynetwork/receptor-schema/blob/main/credentials/proofOfAddressCredential.md#", "xsd": "http://www.w3.org/2001/XMLSchema#", "country": { "@id": "poa-vocab:country", "@type": "xsd:string" }, "city": { "@id": "poa-vocab:city", "@type": "xsd:string" }, "street": { "@id": "poa-vocab:street", "@type": "xsd:string" }, "postCode": { "@id": "poa-vocab:postCode", "@type": "xsd:string" } } } } ] }