Last active
June 1, 2020 18:11
-
-
Save kostysh/5e7d7cfcc7dad9cc44b3c65895fccb20 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:0x71cd1781a3082f33d2521ac8290c9d4b3b3b116e4e8548a4914b71a1f7201da0", | |
"created": "2019-01-01T13:10:02.251Z", | |
"updated": "2019-06-03T13:20:06.398Z", | |
"publicKey": [ | |
{ | |
"id": "did:orgid:0x71cd1781a3082f33d2521ac8290c9d4b3b3b116e4e8548a4914b71a1f7201da0#firstkey", | |
"type": "X25519", | |
"controller": "did:orgid:0x71cd1781a3082f33d2521ac8290c9d4b3b3b116e4e8548a4914b71a1f7201da0", | |
"publicKeyPem": "MCowBQYDK2VuAyEAosPy/TSQ2PCqszOh/maErE6yztM8jwJ5JtypoatDaUM=", | |
"note": "Key 1" | |
}, | |
{ | |
"id": "did:orgid:0x71cd1781a3082f33d2521ac8290c9d4b3b3b116e4e8548a4914b71a1f7201da0#secondkey", | |
"type": "secp256k1", | |
"controller": "did:orgid:0x71cd1781a3082f33d2521ac8290c9d4b3b3b116e4e8548a4914b71a1f7201da0", | |
"publicKeyPem": "MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEE7NX18FJE2bxiNdlD2vpL5Im36UB7OSkw2+Gq2wySQmX9BLVoTXZk+iHrv1vGKOIFGUbCn9CvoWY41vA3mOXeQ==", | |
"note": "Key 2" | |
} | |
], | |
"service": [], | |
"trust": { | |
"assertions": [ | |
{ | |
"type": "dns", | |
"claim": "glider.travel", | |
"proof": "TXT" | |
}, | |
{ | |
"type": "domain", | |
"claim": "glider.travel", | |
"proof": "https://glider.travel/orgid.txt" | |
}, | |
{ | |
"type": "social", | |
"claim": "twitter.com/mindsaur", | |
"proof": "https://twitter.com/mindsaur/status/1263529968690225152" | |
} | |
], | |
"credentials": [] | |
}, | |
"organizationalUnit": { | |
"name": "Glider", | |
"type": [ | |
"ota" | |
], | |
"description": "Glider is world's first open-source OTA", | |
"longDescription": "", | |
"address": { | |
"country": "", | |
"subdivision": "", | |
"locality": "", | |
"postalCode": "", | |
"streetAddress": "", | |
"premise": "" | |
}, | |
"openingHours": [], | |
"contacts": [], | |
"media": { | |
"logo": "https://glider.travel/images/logo.png", | |
"images": [], | |
"videos": [], | |
"documents": [] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment