-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.json
50 lines (50 loc) · 1.29 KB
/
example.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
49
50
{
"$schema": "https://kusaremkn.github.io/mantela/mantela.schema.json",
"version": "0.0.0",
"aboutMe": {
"identifier": "b0ce607e-a8be-470b-9506-2f9aae1ea317",
"name": "Example Mantela JSON",
"preferredPrefix": "0510"
},
"extensions": [
{
"extension": "7679",
"name": "iyokan",
"type": "phone"
},
{
"extension": "5175",
"name": "ivory",
"type": "phone"
},
{
"extension": "5431",
"name": "shion",
"type": "fax"
},
{
"extension": "3241",
"name": "mikan",
"type": "phone"
},
{
"extension": "9999",
"name": "代表番号",
"type": "main"
}
],
"providers": [
{
"identifier": "01921813B22461A5DFB84175F093A84B",
"mantela": "https://hatsune.example.com/.well-known/mantela.json",
"name": "Hatsune Mike",
"prefix": "0039"
},
{
"identifier": "01JDR6KSCD81EV82QN46HGQNBA",
"mantela": "https://closure.example.com/mantela.json",
"name": "Bag Closure Telephone",
"prefix": "0108"
}
]
}