PeerTube · Schema

LiveSchedule

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
startAt string Date when the stream is scheduled to air at
View JSON Schema on GitHub

JSON Schema

LiveSchedule.json Raw ↑
{
  "$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"
    }
  }
}