Skip to content

Instantly share code, notes, and snippets.

@kostysh
Last active September 1, 2020 22:44
Show Gist options
  • Save kostysh/a27f338788644f4abb6ae0ca25a7ae68 to your computer and use it in GitHub Desktop.
Save kostysh/a27f338788644f4abb6ae0ca25a7ae68 to your computer and use it in GitHub Desktop.
JSON for ZZZ
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://windingtree.com/ns/orgid/v1"
],
"id": "did:orgid:0xa67d49bd249446a4fb64abb03613e5519e0d807c2e4d9737fa1c20d591354334",
"created": "2020-08-28T19:26:35.324Z",
"legalEntity": {
"contacts": [
{
"phone": "+380500000000",
"email": "kostysh@gmail.com"
}
],
"locations": [],
"legalType": "Individual Entrepreneur (Sole Trader)",
"legalName": "ZZZ",
"legalIdentifier": "GOGO",
"registeredAddress": {
"subdivision": "Region",
"locality": "Town",
"streetAddress": "345",
"postalCode": "789",
"country": "BE"
}
},
"publicKey": [],
"service": [],
"trust": {
"assertions": []
},
"updated": "2020-09-01T22:43:38.838Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment