RandomSec/extensions/wikidata/tests/data/operations/perform-edits.json
Antonin Delpeuch fa9d670d30
Remove EditGroups URL template from Wikibase schema (#3779)
* Remove EditGroups URL template from Wikibase schema

Instead it is fetched from the manifest and stored in operation metadata.

Closes #3656.

* Fix compatibility with older JDKs

* Remove unnecessary fallback in ManifestV1 constructor
2021-04-01 13:58:28 +02:00

12 lines
282 B
JSON

{
"op": "wikidata/perform-wikibase-edits",
"description": "Perform Wikibase edits",
"summary": "test null edit",
"maxlag": 5,
"editGroupsUrlSchema": "([[:toollabs:editgroups/b/OR/${batch_id}|details]])",
"engineConfig": {
"mode": "row-based",
"facets": []
}
}