wikimedia/mediawiki-extensions-Wikibase

View on GitHub
repo/rest-api/specs/resources/descriptions/examples.json

Summary

Maintainability
Test Coverage
{
    "PatchItemDescriptions": {
        "patch": [
            { "op": "replace", "path": "/en", "value": "famous person" }
        ],
        "tags": [],
        "bot": false,
        "comment": "update English description"
    },
    "PatchPropertyDescriptions": {
        "patch": [
            { "op": "replace", "path": "/en", "value": "this item is a concrete object (instance) of this class, category or object group" }
        ],
        "tags": [],
        "bot": false,
        "comment": "update English description"
    }
}