Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79c900e320 | |||
| 0e87c510b3 |
@@ -110,6 +110,11 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
|
"op": {
|
||||||
|
"name": "Operator",
|
||||||
|
"description": "The TOC Operating the service",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"cr": {
|
"cr": {
|
||||||
"name": "cancel_reason",
|
"name": "cancel_reason",
|
||||||
"type": ["integer", "null"],
|
"type": ["integer", "null"],
|
||||||
@@ -133,6 +138,11 @@
|
|||||||
"maxLength": 7,
|
"maxLength": 7,
|
||||||
"minLength": 4
|
"minLength": 4
|
||||||
},
|
},
|
||||||
|
"rd": {
|
||||||
|
"name": "rdelay",
|
||||||
|
"description": "Route Delay",
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
"lr": {
|
"lr": {
|
||||||
"name": "loc_role",
|
"name": "loc_role",
|
||||||
"description": "The role of the location (Orig, Call, Pass, Dest)",
|
"description": "The role of the location (Orig, Call, Pass, Dest)",
|
||||||
@@ -143,7 +153,7 @@
|
|||||||
"description": "The sequence in the service at which this location occours",
|
"description": "The sequence in the service at which this location occours",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1,
|
||||||
"maximum": 32767
|
"maximum": 2147483647
|
||||||
},
|
},
|
||||||
"pta": {
|
"pta": {
|
||||||
"description": "Public timetable arrival",
|
"description": "Public timetable arrival",
|
||||||
|
|||||||
Reference in New Issue
Block a user