Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Editor Structure

editor schema from Wikimedia Enterprise API spec

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

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

Properties

date_started edit_count groups identifier is_anonymous is_bot name

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-editor-structure.json",
  "name": "editor",
  "description": "editor schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "date_started": {
      "type": "string"
    },
    "edit_count": {
      "type": "int32"
    },
    "groups": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "identifier": {
      "type": "int32"
    },
    "is_anonymous": {
      "type": "boolean"
    },
    "is_bot": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    }
  }
}