-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimard.json
48 lines (48 loc) · 1.07 KB
/
simard.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://windingtree.com/ns/orgid/v1"
],
"id": "did:orgid:0x07493f25bb5610951bd8b3b10fcd271abc69e45817d170d1dcb60076ee699b1a",
"created": "2020-06-30T10:06:42.645Z",
"updated": "2020-06-30T10:06:42.645Z",
"publicKey": [],
"service": [],
"trust": {
"assertions": [
{
"type": "dns",
"claim": "simard.io",
"proof": "TXT"
},
{
"type": "domain",
"claim": "simard.io",
"proof": "https://simard.io/orgid.txt"
}
],
"credentials": []
},
"legalEntity": {
"legalName": "Simard OÜ",
"alternativeName": "Simard",
"legalIdentifier": "EE102233584",
"identifiers": [
{
"type": "IATA",
"value": "63320235"
}
],
"legalType": "Limited Company",
"registeredAddress": {
"country": "EE",
"subdivision": "EE-37",
"locality": "Tallinn",
"postalCode": "10115",
"streetAddress": "Tartu mnt",
"premise": "67/1-13b"
},
"locations": [],
"contacts": []
}
}