RandomSec/extensions/wikidata/tests/data/operations/save-schema.json

34 lines
832 B
JSON
Raw Normal View History

{
"op": "wikidata/save-wikibase-schema",
"description": "Save Wikibase schema",
"schema": {
"itemDocuments": [
{
"subject": {
"label": "University of Oxford",
"type": "wbitemconstant",
"qid": "Q34433"
},
"statementGroups": [],
"nameDescs": [
{
"name_type": "LABEL",
"value": {
"language": {
"id": "en",
"label": "en",
"type": "wblanguageconstant"
},
"type": "wbmonolingualexpr",
"value": {
"type": "wbstringconstant",
"value": "University of Oxford"
}
}
}
]
}
]
}
}