| name | data type | description |
|---|---|---|
| ParticipantRef | RequestorRef | |
| AllParticipants | string | |
| GeneralCapabilities | GeneralCapabilities |
Example
{
"ParticipantRef" : {
"value" : "..."
},
"AllParticipants" : "...",
"GeneralCapabilities" : {
"RequestResponse" : true,
"PublishSubscribe" : true
}
}