Add 'atRemoved' field to TSTime definition
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
"src": {"type": "string", "description": "Data source (TD/Darwin/etc)"},
|
"src": {"type": "string", "description": "Data source (TD/Darwin/etc)"},
|
||||||
"atClass": {"type": "string", "description": "Time source Automatic/Manual"},
|
"atClass": {"type": "string", "description": "Time source Automatic/Manual"},
|
||||||
"delayed": {"type": "boolean", "description": "is train delayed with no estimated time"},
|
"delayed": {"type": "boolean", "description": "is train delayed with no estimated time"},
|
||||||
"srcInst": {"type": "string", "description": "Source instance (what caused the update)"}
|
"srcInst": {"type": "string", "description": "Source instance (what caused the update)"},
|
||||||
|
"atRemoved": {"type": "boolean", "description": "Whether a previous 'at' was reported in error and should be removed"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user