Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Reference Structure

reference schema from Wikimedia Enterprise API spec

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

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

Properties

identifier group type metadata text source parent_reference

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-reference-structure.json",
  "name": "reference",
  "description": "reference schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string"
    },
    "group": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "text": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/link"
          }
        }
      }
    },
    "source": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string"
        },
        "links": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/link"
          }
        }
      }
    },
    "parent_reference": {
      "type": "string"
    }
  }
}