Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Wikidata Entity Reference Part Structure

wikidata_entity_reference_part schema from Wikimedia Enterprise API spec

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

wikidata_entity_reference_part is a JSON Structure definition published by Wikipedia / MediaWiki, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

property value

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-wikidata-entity-reference-part-structure.json",
  "name": "wikidata_entity_reference_part",
  "description": "wikidata_entity_reference_part schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "property": {
      "description": "The property this reference part refers to. Has the same substructure as statements.PID.property",
      "$ref": "#/components/schemas/wikidata_entity_property"
    },
    "value": {
      "description": "The value of the reference part. Has the same substructure as statements.PROPERTYID.value",
      "$ref": "#/components/schemas/wikidata_entity_value"
    }
  },
  "required": [
    "property",
    "value"
  ]
}