Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Add correct Identity Hub ServiceEndpoint format
Browse files Browse the repository at this point in the history
  • Loading branch information
csuwildcat authored and rhiaro committed Aug 2, 2019
1 parent 9dc12be commit e99ed74
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1496,8 +1496,13 @@ <h2>
"serviceEndpoint": "https://agent.example.com/8377464"
}, {
"id": "did:example:123456789abcdefghi#hub",
"type": "HubService",
"serviceEndpoint": "https://hub.example.com/.identity/did:example:0123456789abcdef/"
"type": "IdentityHub",
"publicKey": "did:example:123456789abcdefghi#key-1",
"serviceEndpoint": {
"@context": "https://schema.identity.foundation/hub",
"type": "UserHubEndpoint",
"instances": ["did:example:456", "did:example:789"]
}
}, {
"id": "did:example:123456789abcdefghi#messages",
"type": "MessagingService",
Expand Down

0 comments on commit e99ed74

Please sign in to comment.