Compare commits
2 Commits
v3.0.3-alp
...
v3.0.3-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| 53ce528d56 | |||
| 25c1793df3 |
@@ -36,6 +36,12 @@
|
||||
"description": "The TOC operating the service",
|
||||
"minLength": 2,
|
||||
"maxLength": 2
|
||||
},
|
||||
"ct": {
|
||||
"type": "boolean",
|
||||
"title": "Cancelled Throughout",
|
||||
"name": "Cancelled Throughout",
|
||||
"description": "Whether the train is cancelled throughout"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -166,7 +166,7 @@
|
||||
},
|
||||
"cr": {
|
||||
"title": "Cancel Reason",
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"cl": {
|
||||
"title": "Cancel Location",
|
||||
@@ -180,7 +180,7 @@
|
||||
},
|
||||
"dr": {
|
||||
"title": "Delay Reason",
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"dl": {
|
||||
"title": "Delay Location",
|
||||
|
||||
Reference in New Issue
Block a user