{ "$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" } }