github.com/hyperledger/aries-framework-go@v0.3.2/internal/testdata/samples/wallet/sample_content_metadata.json (about) 1 { 2 "@context": ["https://w3id.org/wallet/v1"], 3 "id": "did:example:123456789abcdefghi", 4 "type": "Person", 5 "name": "John Smith", 6 "image": "https://via.placeholder.com/150", 7 "description" : "Professional software developer for Acme Corp.", 8 "tags": ["professional", "person"], 9 "correlation": ["4058a72a-9523-11ea-bb37-0242ac130002"] 10 }