Update Darwin Scheudle schema
All checks were successful
Generate and Release Protos / release (push) Successful in 40s
All checks were successful
Generate and Release Protos / release (push) Successful in 40s
This commit is contained in:
@@ -77,6 +77,18 @@
|
|||||||
"name": "status",
|
"name": "status",
|
||||||
"description": "The 'status' of the service"
|
"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": {
|
"isp": {
|
||||||
"name": "is_passenger",
|
"name": "is_passenger",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@@ -92,6 +104,12 @@
|
|||||||
"type": ["string", "null"],
|
"type": ["string", "null"],
|
||||||
"maxLength": 10
|
"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": {
|
"cr": {
|
||||||
"name": "cancel_reason",
|
"name": "cancel_reason",
|
||||||
"type": ["integer", "null"],
|
"type": ["integer", "null"],
|
||||||
|
|||||||
Reference in New Issue
Block a user