forked from eclipse-edc/Connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contractoffer.json
45 lines (45 loc) · 1016 Bytes
/
contractoffer.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
{
"id": "1:3a75736e-001d-4364-8bd4-9888490edb58",
"policy": {
"uid": "956e172f-2de1-4501-8881-057a57fd0e69",
"permissions": [
{
"edctype": "dataspaceconnector:permission",
"uid": null,
"target": "test-document",
"action": {
"type": "USE",
"includedIn": null,
"constraint": null
},
"assignee": null,
"assigner": null,
"constraints": [],
"duties": []
}
],
"prohibitions": [],
"obligations": [],
"extensibleProperties": {},
"inheritsFrom": null,
"assigner": null,
"assignee": null,
"target": null,
"@type": {
"@policytype": "set"
}
},
"asset": {
"properties": {
"ids:byteSize": null,
"asset:prop:id": "test-document",
"ids:fileName": null
}
},
"provider": "urn:connector:provider",
"consumer": "urn:connector:consumer",
"offerStart": null,
"offerEnd": null,
"contractStart": null,
"contractEnd": null
}