{ "domain": "example.org", "proofValue": "..." }, "verifiableCredential": [ { "type": "VerifiableCredential", "credentialSubject": { "type": "Person", "worksFor": { "id": "_:b3" } } }, { "type": "VerifiableCredential", "credentialSubject": { "id": "_:b3", "type": "Organization", "numberOfEmployees": 10000 } } ] } { "type": "VerifiableCredential", "credentialSubject": { "id": "did:example:abcde", "type": "Person", "name": "John Smith", "worksFor": { "id": "http://example.com" } } } { "type": "VerifiableCredential", "credentialSubject": { "id": "http://example.com", "type": "Organization", "name": "Awesome Company", "numberOfEmployees": 10000 } } VC1 VC2 VP { "type": "VerifiablePresentation", "holder": "did:key:z3tEEzuVcea...", "proof": { "domain": "domain.test", "proofValue": "..." }, "verifiableCredential": [ { "type": "VerifiableCredential", "credentialSubject": { "type": "Person", "worksFor": { "id": "_:b3" } } }, { "type": "VerifiableCredential", "credentialSubject": { "id": "_:b3", "type": "Organization", "numberOfEmployees": 10000 } } ] } VP