-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample.json
81 lines (81 loc) · 2.09 KB
/
sample.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"issued": "2018-05-25T21:19:10Z",
"issuer": "did:chlu:ebfeb1f712ebc6f1c276e12ec21",
"subject": {
"did": "did:chlu:138aae15ec44b1832fdfbab064e91505ae7047cb",
"name": "Victor Vendor",
"address": "W1A1AA, London, UK",
"telephone": "001 171 1717 717",
"categories": ["chinese", "restaurant", "asian"],
"location": {
"lat": "118.100",
"lng": "72.200"
},
"url": "https://restaurant.com"
},
"platform": {
"name": "yelp",
"url": "yelp.com",
"subject_url": "https://yelp.com/path_to_restaurant"
},
"author": {
"name": "Carol Customer",
"platform_url": "https://yelp.com/reviewers/carol"
},
"review": {
"date_published": "2018-05-25T21:19:10Z",
"url": "https://yelp.com/path_to_review/details",
"title": "Excellent food and service",
"text": "Enjoyed the entire evening. The service was outstanding, and food exceptional"
},
"rating": {
"min": 1,
"value": 5,
"max": 5
},
"detailed_review": [
{
"rating": {
"min": 0,
"value": 5,
"max": 5
},
"review": "The soups and stir fry we got were just perfectly done.",
"category": "Food"
},
{
"rating": {
"min": 0,
"value": 5,
"max": 5
},
"review": "Pleasant staff. Helpful and prompt.",
"category": "Service"
},
],
"verifiable": true,
"verification": [
{
"method": "ConfirmedPayment",
"provider": "https://chlu.io"
},
{
"method": "ReviewerHistoricalReputation",
"provider": "https://example.com",
"proof": {
"type": "LinkedDataSignature2015",
"created": "2018-05-24T22:20:00Z",
"creator": "did:example:8e95e8ccac6c8eb91b8a7a8f02bca2fa2268d4b2:#keys-1",
"nonce": "1b0d65",
"signatureValue": "722551b39bcc478810d...5fe81="
}
}
]
"signature": {
"type": "LinkedDataSignature2015",
"created": "2018-05-25T21:19:10Z",
"creator": "did:chlu:ebfeb1f712ebc6f1c276e12ec21#keys-1",
"nonce": "598c63d6",
"signatureValue": "BavEll0/I1zpYw8XNi1bgVg...sCneO4J="
}
}