Last active
June 2, 2020 15:16
-
-
Save kostysh/ce05b47edbe11c7902d99733c517f7d7 to your computer and use it in GitHub Desktop.
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://www.w3.org/ns/did/v1", | |
"https://windingtree.com/ns/orgid/v1" | |
], | |
"id": "did:orgid:0x5e6994f76764ceb42c476a2505065a6170178a24c03d81c9f372563830001171", | |
"created": "2019-01-01T13:10:02.251Z", | |
"updated": "2019-06-03T13:20:06.398Z", | |
"publicKey": [ | |
{ | |
"id": "did:orgid:0x5e6994f76764ceb42c476a2505065a6170178a24c03d81c9f372563830001171#firstkey", | |
"type": "X25519", | |
"controller": "did:orgid:0x5e6994f76764ceb42c476a2505065a6170178a24c03d81c9f372563830001171", | |
"publicKeyPem": "MCowBQYDK2VuAyEAbiR4HzIZUp1EVvPNo9SkqqeW1gFegxeTr00AFnT35Sg=", | |
"note": "Key 1" | |
}, | |
{ | |
"id": "did:orgid:0x5e6994f76764ceb42c476a2505065a6170178a24c03d81c9f372563830001171#secondkey", | |
"type": "secp256k1", | |
"controller": "did:orgid:0x5e6994f76764ceb42c476a2505065a6170178a24c03d81c9f372563830001171", | |
"publicKeyPem": "MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEBJML80bkZOMpYXnWmDWfIfvMH5LldhPPWtPhg9EWgDCpBNyyaD1J04oWC7ajum4FrnzApdFHpQALcqPWFtPTuQ==", | |
"note": "Key 2" | |
} | |
], | |
"service": [], | |
"trust": { | |
"assertions": [ | |
{ | |
"type": "dns", | |
"claim": "simard.io", | |
"proof": "TXT" | |
}, | |
{ | |
"type": "domain", | |
"claim": "simard.io", | |
"proof": "https://simard.io/orgid.txt" | |
}, | |
{ | |
"type": "social", | |
"claim": "linkedin.com/posts", | |
"proof": "https://www.linkedin.com/posts/kostiantyn-smyrnov_verifying-my-orgid-identifier-0x5e6994f76764ceb42c476a2505065a6170178a24c03d81c9f372563830001171-activity-6673601473655447552-y2PA" | |
} | |
], | |
"credentials": [] | |
}, | |
"legalEntity": { | |
"legalName": "Simard OÜ", | |
"alternativeName": "Simard", | |
"legalIdentifier": "14905495", | |
"identifiers": [], | |
"legalType": "OÜ", | |
"registeredAddress": { | |
"country": "EE", | |
"subdivision": "37", | |
"locality": "Tallinn", | |
"postalCode": "10115", | |
"streetAddress": "Tartu mnt 67/1", | |
"premise": "13b" | |
}, | |
"locations": [], | |
"contacts": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment