
| Property Name | Type | Description |
|---|---|---|
| meansTransType | string | meansTransType (DRMDAT-01.json) |
| Additional Properties | Type | Description |
| Any Property | Any | All values are valid, no restrictions. |
"trafficability": {
"type": "object",
"properties": {
"meansTransType": {
"type": "string",
"maxLength": 20,
"examples": [
"LKW ZUG"
]
}
},
"required": []
}