PeerTube · Schema

UserExportState

The user export state: - `1`: Pending - `2`: Processing - `3`: Completed - `4`: Errored

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming
View JSON Schema on GitHub

JSON Schema

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