Add 'cancelled throughout' field, to highlight in the search results whether a service is completely cancelled
All checks were successful
Generate and Release Protos / release (push) Successful in 38s
All checks were successful
Generate and Release Protos / release (push) Successful in 38s
This commit is contained in:
@@ -36,6 +36,12 @@
|
|||||||
"description": "The TOC operating the service",
|
"description": "The TOC operating the service",
|
||||||
"minLength": 2,
|
"minLength": 2,
|
||||||
"maxLength": 2
|
"maxLength": 2
|
||||||
|
},
|
||||||
|
"ct": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Cancelled Throughout",
|
||||||
|
"name": "Cancelled Throughout",
|
||||||
|
"description": "Whether the train is cancelled throughout"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user