diff --git a/schemas/data-ingress/pushport/schedule.json b/schemas/data-ingress/pushport/schedule.json index b0d626e..dcbdba1 100644 --- a/schemas/data-ingress/pushport/schedule.json +++ b/schemas/data-ingress/pushport/schedule.json @@ -46,7 +46,8 @@ "changeLocomotive": {"type": "boolean", "description": "Indicates if train stops to exchange locomotive at this location"}, "changeEnds": {"type": "boolean", "description": "Indicates if the train reverses or driver changes ends at this location"}, "staffStop": {"type": "boolean", "description": "Indicates that the train stops for staff use only"}, - "unadvertised": {"type": "boolean", "description": "Indicates that the stop is not advertised to the public"} + "unadvertised": {"type": "boolean", "description": "Indicates that the stop is not advertised to the public"}, + "passesAnotherTrain": {"type": "boolean", "description": "Indicates if the train stops to pass another train on a single line crossing point"} } } }