namespace

namespace schema from Wikimedia Enterprise API spec

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

Properties

Name Type Description
identifier number
name string
description string
View JSON Schema on GitHub

JSON Schema

wikimedia-enterprise-namespace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-schema/wikimedia-enterprise-namespace-schema.json",
  "title": "namespace",
  "description": "namespace schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "number",
      "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."
    }
  }
}