| name | data type | description |
|---|---|---|
| ConnectionTimetablePermission | array of ProductionTimetablePermission | |
Properties inherited from PermissionsStructure |
||
| PermissionVersionRef | VersionRefStructure | |
Example
{
"ConnectionTimetablePermission" : [ {
"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
}
} ],
"PermissionVersionRef" : {
"value" : "..."
}
}