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",
|
||||
"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"],
|
||||
|
||||
Reference in New Issue
Block a user