{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/LiveSchedule.json", "title": "LiveSchedule", "properties": { "startAt": { "type": "string", "format": "date-time", "description": "Date when the stream is scheduled to air at" } } }