PeerTube · Schema

Runner

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
id integer
name string
description string
ip string
updatedAt string
createdAt string
lastContact string
View JSON Schema on GitHub

JSON Schema

Runner.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/Runner.json",
  "title": "Runner",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "ip": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "lastContact": {
      "type": "string",
      "format": "date-time"
    }
  }
}