-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.json
78 lines (78 loc) · 1.71 KB
/
template.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
{
"dataOfferingDescription": {
"dataOfferingId": "string",
"version": 0,
"title": "string",
"category": "string",
"active": true
},
"parties": {
"providerDid": "string",
"consumerDid": "string"
},
"purpose": "string",
"duration": {
"creationDate": 0,
"startDate": 0,
"endDate": 0
},
"intendedUse": {
"processData": false,
"shareDataWithThirdParty": false,
"editData": false
},
"licenseGrant": {
"transferable": false,
"exclusiveness": false,
"paidUp": false,
"revocable": false,
"processing": false,
"modifying": false,
"analyzing": false,
"storingData": false,
"storingCopy": false,
"reproducing": false,
"distributing": false,
"loaning": false,
"selling": false,
"renting": false,
"furtherLicensing": false,
"leasing": false
},
"dataStream": false,
"personalData": false,
"pricingModel": {
"paymentType": "string",
"pricingModelName": "string",
"basicPrice": 0,
"currency": "string",
"fee": 0,
"hasPaymentOnSubscription": {
"paymentOnSubscriptionName": "string",
"paymentType": "string",
"timeDuration": "string",
"description": "string",
"repeat": "string",
"hasSubscriptionPrice": 0
},
"hasFreePrice": {
"hasPriceFree": true
}
},
"dataExchangeAgreement": {
"orig": "string",
"dest": "string",
"encAlg": "string",
"signingAlg": "string",
"hashAlg": "string",
"ledgerContractAddress": "string",
"ledgerSignerAddress": "string",
"pooToPorDelay": 0,
"pooToPopDelay": 0,
"pooToSecretDelay": 0
},
"signatures": {
"providerSignature": "string",
"consumerSignature": "string"
}
}