Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b55d9f32ec | |||
| 79c900e320 | |||
| 0e87c510b3 |
@@ -110,6 +110,11 @@
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"tc": {
|
||||
"name": "trainCat",
|
||||
"description": "Train Category",
|
||||
"type": "string"
|
||||
},
|
||||
"cr": {
|
||||
"name": "cancel_reason",
|
||||
"type": ["integer", "null"],
|
||||
@@ -120,6 +125,10 @@
|
||||
"type": "string",
|
||||
"description": "The location at which the service was cancelled"
|
||||
},
|
||||
"cn": {
|
||||
"name": "cancel_near",
|
||||
"description": "Whether the incident happened 'near' cancel_location, or AT cancel_location (default, false, at location)"
|
||||
},
|
||||
"l": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
@@ -133,6 +142,17 @@
|
||||
"maxLength": 7,
|
||||
"minLength": 4
|
||||
},
|
||||
"rd": {
|
||||
"name": "rdelay",
|
||||
"description": "Route Delay",
|
||||
"type": "integer"
|
||||
},
|
||||
"p": {
|
||||
"name": "platform",
|
||||
"description": "Scheduled platform",
|
||||
"type": "string",
|
||||
"maxLength": 4
|
||||
},
|
||||
"lr": {
|
||||
"name": "loc_role",
|
||||
"description": "The role of the location (Orig, Call, Pass, Dest)",
|
||||
@@ -143,7 +163,7 @@
|
||||
"description": "The sequence in the service at which this location occours",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 32767
|
||||
"maximum": 2147483647
|
||||
},
|
||||
"pta": {
|
||||
"description": "Public timetable arrival",
|
||||
|
||||
Reference in New Issue
Block a user