Last active
February 10, 2020 04:06
-
-
Save kostysh/b3b680e83da367b68c6e84407e5f2d44 to your computer and use it in GitHub Desktop.
Subsidiary ORG.ID example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://windingtree.com/ns/did/v1", | |
"id": "did:orgid:0xDa3D89fda52DE133DBbcC06d71E05Af75b8fcE52", | |
"created": "2019-01-01T13:10:02.251Z", | |
"updated": "2019-06-03T13:20:06.398Z", | |
"publicKey": [], | |
"service": [ | |
{ | |
"id": "did:orgid:0xA0B74BFE28223c9e08d6DBFa74B5bf4Da763f959#org-id-rest", | |
"type": "org-id-rest-0.7.1a", | |
"serviceEndpoint": "https://api.arbor.fm/orgid/" | |
} | |
], | |
"trust": { | |
"assertions": [ | |
{ | |
"type": "domain", | |
"claim": "arbor.fm", | |
"proof": "dns" | |
} | |
], | |
"credentials": [] | |
}, | |
"organizationalUnit": { | |
"name": "Arbor", | |
"type": [], | |
"description": "Arbor is a tool for managing your ORG.ID", | |
"longDescription": "", | |
"address": {}, | |
"openingHours": [], | |
"contacts": [], | |
"media": { | |
"logo": "https://arbor.fm/images/arbor-logo.png", | |
"images": [], | |
"videos": [], | |
"documents": [] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment