diff --git a/schemas/data-ingress/darwin-data/darwin-schedule.json b/schemas/data-ingress/darwin-data/darwin-schedule.json index 33f0ed9..21611aa 100644 --- a/schemas/data-ingress/darwin-data/darwin-schedule.json +++ b/schemas/data-ingress/darwin-data/darwin-schedule.json @@ -77,6 +77,18 @@ "name": "status", "description": "The 'status' of the service" }, + "qt": { + "name": "qtrain", + "description": "qtrain?", + "type": "boolean", + "default": false + }, + "d": { + "name": "deleted", + "description": "Whether the schedule is deleted", + "type": "boolean", + "default": "false" + }, "isp": { "name": "is_passenger", "type": "boolean", @@ -92,6 +104,12 @@ "type": ["string", "null"], "maxLength": 10 }, + "q": { + "name": "qtrain", + "description": "True if the service is scheduled but not activated (if not activated, presumed not running)", + "type": "boolean", + "default": "false" + }, "cr": { "name": "cancel_reason", "type": ["integer", "null"],