| name | data type | description |
|---|---|---|
| GeneralInteraction | CapabilityGeneralInteractionStructure | |
| TransportDescription | TransportDescriptionStructure |
Example
{
"GeneralInteraction" : {
"Interaction" : {
"RequestResponse" : true,
"PublishSubscribe" : true
},
"Delivery" : {
"DirectDelivery" : true,
"FetchedDelivery" : true
},
"MultipartDespatch" : true,
"MultipleSubscriberFilter" : true,
"HasConfirmDelivery" : true,
"HasHeartbeat" : true,
"VisitNumberisOrder" : true
},
"TransportDescription" : {
"CommunicationsTransportMethod" : "other",
"CompressionMethod" : "gzip"
}
}