Property Name | Type | Description |
---|---|---|
sender | object | role (DRMDAT-01.json) |
receiver | object | role (DRMDAT-01.json) |
coordinator | object | role (DRMDAT-01.json) |
Customer | object | role (DRMDAT-01.json) |
supplierr | object | role (DRMDAT-01.json) |
Additional Properties | Type | Description |
Any Property | Any | All values are valid, no restrictions. |
"Role": { "type": "object", "properties": { "sender": { "$ref": "#/definitions/role" }, "receiver": { "$ref": "#/definitions/role" }, "coordinator": { "$ref": "#/definitions/role" }, "Customer": { "$ref": "#/definitions/role" }, "supplierr": { "$ref": "#/definitions/role" } }, "required": [] }