Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Part Structure

part schema from Wikimedia Enterprise API spec

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

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

Properties

name type value values has_parts images links citations

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-part-structure.json",
  "name": "part",
  "description": "part schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "values": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "has_parts": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "images": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/image"
      }
    },
    "links": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/link"
      }
    },
    "citations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/citation"
      }
    }
  }
}