Wikimedia · Schema

visibility

Schema for visibility from the Wikimedia Enterprise API

WikipediaWikimediaEncyclopediaOpen KnowledgeContentSearchReference

Properties

Name Type Description
comment boolean
text boolean
user boolean
View JSON Schema on GitHub

JSON Schema

visibility.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikimedia/refs/heads/main/json-schema/visibility.json",
  "title": "visibility",
  "description": "Schema for visibility from the Wikimedia Enterprise API",
  "type": "object",
  "properties": {
    "comment": {
      "type": "boolean",
      "example": true
    },
    "text": {
      "type": "boolean",
      "example": true
    },
    "user": {
      "type": "boolean",
      "example": false
    }
  }
}