Skip to content

Commit f15c5a2

Browse files
committed
allow empty addTags/removeTags
These are required in certain special presets (currently e.g. the Address preset for `addr:*=*` tags) to work as expected.
1 parent 587d555 commit f15c5a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

schemas/preset.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@
2929
"addTags": {
3030
"description": "Tags that are added when changing to the preset (default is the same value as 'tags')",
3131
"type": "object",
32-
"minProperties": 1,
3332
"additionalProperties": {
3433
"type": "string"
3534
}
3635
},
3736
"removeTags": {
3837
"description": "Tags that are removed when changing to another preset (default is the same value as 'addTags' which in turn defaults to 'tags')",
3938
"type": "object",
40-
"minProperties": 1,
4139
"additionalProperties": {
4240
"type": "string"
4341
}

0 commit comments

Comments
 (0)