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