PeerTube · Schema

VideoStatsUserAgentDevice

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

VideoStatsUserAgentDevice.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoStatsUserAgentDevice.json",
  "title": "VideoStatsUserAgentDevice",
  "enum": [
    "console",
    "embedded",
    "mobile",
    "smarttv",
    "tablet",
    "wearable",
    "xr",
    "desktop"
  ]
}