Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Project Structure

project schema from Wikimedia Enterprise API spec

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

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

Properties

identifier code name url in_language

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-project-structure.json",
  "name": "project",
  "description": "project schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "example": "enwiki"
    },
    "code": {
      "type": "string",
      "example": "wiki"
    },
    "name": {
      "type": "string",
      "example": "Wikipedia"
    },
    "url": {
      "type": "string",
      "example": "https://en.wikipedia.org"
    },
    "in_language": {
      "$ref": "#/components/schemas/language"
    }
  }
}