PeerTube · Schema

VideoStatsTimeserie

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

VideoStatsTimeserie.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoStatsTimeserie.json",
  "title": "VideoStatsTimeserie",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string"
          },
          "value": {
            "type": "number"
          }
        }
      }
    }
  }
}