Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Snapshot Structure

snapshot schema from Wikimedia Enterprise API spec

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

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

Properties

identifier version date_modified in_language is_part_of namespace size chunks

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-snapshot-structure.json",
  "name": "snapshot",
  "description": "snapshot schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "date_modified": {
      "type": "string"
    },
    "in_language": {
      "$ref": "#/components/schemas/language"
    },
    "is_part_of": {
      "$ref": "#/components/schemas/project"
    },
    "namespace": {
      "$ref": "#/components/schemas/article_namespace"
    },
    "size": {
      "$ref": "#/components/schemas/size"
    },
    "chunks": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}