{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "StartTimeResponse", "type": "object", "required": [ "start_time" ], "properties": { "start_time": { "type": "string" } }, "additionalProperties": false }