| name | data type | description |
|---|---|---|
| ConnectionMonitoringPermission | array of ProductionTimetablePermission |
Example
{
"ConnectionMonitoringPermission" : [ {
"OperatorPermissions" : {
"OperatorPermission" : [ { }, { } ],
"AllowAll" : true
},
"LinePermissions" : {
"LinePermission" : [ { }, { } ],
"AllowAll" : true
},
"ConnectionLinkPermissions" : {
"ConnectionLinkPermission" : [ { }, { } ],
"AllowAll" : true
},
"Extensions" : {
"anies" : [ { }, { } ]
},
"ParticipantRef" : {
"value" : "..."
},
"AllParticipants" : "...",
"GeneralCapabilities" : {
"RequestResponse" : true,
"PublishSubscribe" : true
}
}, {
"OperatorPermissions" : {
"OperatorPermission" : [ { }, { } ],
"AllowAll" : true
},
"LinePermissions" : {
"LinePermission" : [ { }, { } ],
"AllowAll" : true
},
"ConnectionLinkPermissions" : {
"ConnectionLinkPermission" : [ { }, { } ],
"AllowAll" : true
},
"Extensions" : {
"anies" : [ { }, { } ]
},
"ParticipantRef" : {
"value" : "..."
},
"AllParticipants" : "...",
"GeneralCapabilities" : {
"RequestResponse" : true,
"PublishSubscribe" : true
}
} ]
}