PeerTube · Schema

CommentAutoTagPolicies

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
review array Auto tags that automatically set the comment in review state
View JSON Schema on GitHub

JSON Schema

CommentAutoTagPolicies.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/CommentAutoTagPolicies.json",
  "title": "CommentAutoTagPolicies",
  "properties": {
    "review": {
      "type": "array",
      "description": "Auto tags that automatically set the comment in review state",
      "items": {
        "type": "string"
      }
    }
  }
}