Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Language Structure

language schema from Wikimedia Enterprise API spec

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

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

Properties

identifier name alternate_name direction

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-language-structure.json",
  "name": "language",
  "description": "language schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "example": "en"
    },
    "name": {
      "type": "string",
      "example": "English"
    },
    "alternate_name": {
      "type": "string",
      "example": "English"
    },
    "direction": {
      "type": "string",
      "example": "ltr"
    }
  }
}