Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Protection Structure

protection schema from Wikimedia Enterprise API spec

Type: object Properties: 3
Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

protection is a JSON Structure definition published by Wikipedia / MediaWiki, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

expiry level type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-structure/wikimedia-enterprise-protection-structure.json",
  "name": "protection",
  "description": "protection schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "expiry": {
      "type": "string",
      "enum": [
        "infinite",
        "indefinite",
        "infinity",
        "never"
      ],
      "example": "infinity"
    },
    "level": {
      "type": "string",
      "example": "extendedconfirmed"
    },
    "type": {
      "type": "string",
      "example": "edit"
    }
  }
}