Last active
June 5, 2020 12:57
-
-
Save kostysh/fe12236192ef60a6d549bb29bcdab4c7 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:0x1c9d8f58ae240812a4c8401f20ef6a967d801b9119cdfc831c8b1743257beb92", | |
"created": "2019-01-01T13:10:02.251Z", | |
"updated": "2020-06-05T12:56:58.433Z", | |
"publicKey": [ | |
{ | |
"id": "did:orgid:0x1c9d8f58ae240812a4c8401f20ef6a967d801b9119cdfc831c8b1743257beb92#firstkey", | |
"type": "secp256k1", | |
"controller": "did:orgid:0x1c9d8f58ae240812a4c8401f20ef6a967d801b9119cdfc831c8b1743257beb92", | |
"publicKeyPem": "MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEE7NX18FJE2bxiNdlD2vpL5Im36UB7OSkw2+Gq2wySQmX9BLVoTXZk+iHrv1vGKOIFGUbCn9CvoWY41vA3mOXeQ==", | |
"note": "Key 1" | |
} | |
], | |
"service": [], | |
"trust": { | |
"assertions": [], | |
"credentials": [] | |
}, | |
"organizationalUnit": { | |
"name": "OTATEST", | |
"type": [ | |
"ota" | |
], | |
"description": "Test OTA", | |
"longDescription": "", | |
"address": { | |
"country": "BH", | |
"subdivision": "state", | |
"locality": "city", | |
"postalCode": "code", | |
"streetAddress": "str", | |
"premise": "Office" | |
}, | |
"openingHours": [], | |
"contacts": [], | |
"media": { | |
"logo": "https://glider.travel/images/logo.png", | |
"images": [], | |
"videos": [], | |
"documents": [] | |
}, | |
"legalType": "private entrepreneur" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment