-
Notifications
You must be signed in to change notification settings - Fork 0
/
asset.jsonld
40 lines (40 loc) · 957 Bytes
/
asset.jsonld
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
{
"id": "",
"type": ["Asset", "Spectrum"],
"creator": {
"fullName": "Spectrum Marketplace Demo"
},
"title": "Spectrum",
"assetProvider": "",
"spectrum": {
"transmitPower": "20",
"centerFrequency": "100000000",
"occupiedBandwidth": "1000000"
},
"listingRestrictions": {
"validFrom": "",
"validUntil": "",
"payee": [{
"id": "",
"type": "Payee",
"destination": "",
"currency": "USD",
"payeeGroup": ["assetProvider"],
"payeeRate": "80",
"payeeRateType": "Percentage",
"payeeApplyType": "ApplyInclusively",
"payeeApplyGroup": ["vendor"],
"minimumAmount": "0.01",
"comment": "Spectrum Market Royalty"
}],
"payeeRule": [{
"type": "PayeeRule",
"payeeGroupPrefix": ["authority"]
}, {
"type": "PayeeRule",
"payeeGroup": ["vendor"],
"payeeRateType": "FlatAmount",
"payeeApplyType": "ApplyExclusively"
}]
}
}