PeerTube · Schema

VideoChannelCollaboratorState

The user import state: - `1`: Pending - `2`: Accepted

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

VideoChannelCollaboratorState.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoChannelCollaboratorState.json",
  "title": "VideoChannelCollaboratorState",
  "type": "integer",
  "enum": [
    1,
    2
  ],
  "description": "The user import state:\n  - `1`: Pending\n  - `2`: Accepted\n"
}