PeerTube · Schema

UserRegistrationState

The registration state (Pending = `1`, Rejected = `2`, Accepted = `3`)

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

UserRegistrationState.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/UserRegistrationState.json",
  "title": "UserRegistrationState",
  "type": "integer",
  "enum": [
    1,
    2,
    3
  ],
  "description": "The registration state (Pending = `1`, Rejected = `2`, Accepted = `3`)"
}