Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Namespace Structure

namespace schema from Wikimedia Enterprise API spec

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

namespace 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

identifier name description

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-namespace-structure.json",
  "name": "namespace",
  "description": "namespace schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "double",
      "example": 0
    },
    "name": {
      "type": "string",
      "example": "Article"
    },
    "description": {
      "type": "string",
      "example": "The Article namespace, also known as the main or mainspace, is where a project's primary content resides, whether articles, entries, or main documents depending on the Wikimedia project."
    }
  }
}