Wikimedia · Schema

wikidata_entity_qualifier

Qualifier further describing or refining the value of a property in a statement

WikipediaWikimediaEncyclopediaOpen KnowledgeContentSearchReference

Properties

Name Type Description
property object
value object
View JSON Schema on GitHub

JSON Schema

wikidata_entity_qualifier.json Raw ↑
{
  "$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"
    }
  }
}