PeerTube · Schema

UserImportResumable

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
filename string Archive filename including extension
View JSON Schema on GitHub

JSON Schema

UserImportResumable.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/UserImportResumable.json",
  "title": "UserImportResumable",
  "properties": {
    "filename": {
      "description": "Archive filename including extension",
      "type": "string",
      "format": "filename",
      "example": "user-export-6-2024-02-09T10_12_11.682Z"
    }
  }
}