{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/wikimedia/refs/heads/main/json-schema/wikidata_entity_qualifier.json", "title": "wikidata_entity_qualifier", "description": "Qualifier further describing or refining the value of a property in a statement", "type": "object", "required": [ "property", "value" ], "properties": { "property": { "$ref": "#/components/schemas/wikidata_entity_property" }, "value": { "$ref": "#/components/schemas/wikidata_entity_value" } } }