Wikimedia · Schema

wikidata_statements

Array of statement objects for this property

WikipediaWikimediaEncyclopediaOpen KnowledgeContentSearchReference
View JSON Schema on GitHub

JSON Schema

wikidata_statements.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikimedia/refs/heads/main/json-schema/wikidata_statements.json",
  "title": "wikidata_statements",
  "description": "Array of statement objects for this property",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/wikidata_statement"
  }
}