-
Notifications
You must be signed in to change notification settings - Fork 0
/
staticParametersTemplate.json
85 lines (85 loc) · 2.1 KB
/
staticParametersTemplate.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
82
83
84
85
{
"offeringId": "6329c1e363b502207355d4cf",
"version": 0,
"provider": "test2",
"providerDid": "required",
"active": false,
"dataStream": false,
"personalData": false,
"category": "required",
"dataOfferingTitle": "required",
"contractParameters": {
"interestOfProvider": "required",
"interestDescription": "required",
"hasGoverningJurisdiction": "required",
"purpose": "required",
"purposeDescription": "required",
"hasIntendedUse": {
"processData": false,
"shareDataWithThirdParty": false,
"editData": false
},
"hasLicenseGrant": {
"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
}
},
"hasPricingModel": {
"pricingModelName": "required",
"basicPrice": 0,
"currency": "EUR",
"hasPaymentOnSubscription": {
"paymentOnSubscriptionName": "string",
"paymentType": "string",
"timeDuration": "string",
"description": "string",
"repeat": "string",
"hasSubscriptionPrice": 0
},
"hasPaymentOnApi": {
"paymentOnApiName": "string",
"description": "string",
"numberOfObject": 0,
"hasApiPrice": 0
},
"hasPaymentOnUnit": {
"paymentOnUnitName": "string",
"description": "string",
"dataUnit": 0,
"hasUnitPrice": 0
},
"hasPaymentOnSize": {
"paymentOnSizeName": "string",
"description": "string",
"dataSize": "string",
"hasSizePrice": 0
},
"hasFreePrice": {
"hasPriceFree": false
}
},
"dataExchangeSpec": {
"encAlg": "string",
"signingAlg": "string",
"hashAlg": "string",
"ledgerContractAddress": "string",
"ledgerSignerAddress": "string",
"pooToPorDelay": 0,
"pooToPopDelay": 0,
"pooToSecretDelay": 0
}
}