- Fix digger (#256)

This commit is contained in:
Xterionix
2024-03-29 14:05:56 +05:00
committed by GitHub
parent db50417d96
commit 67b55a33ea

View File

@@ -30,13 +30,12 @@
{ {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"description": "Block descriptor.",
"properties": { "properties": {
"any_tag": { "tags": {
"type": "array", "type": "string",
"title": "Any Block Tag", "title": "Block Tags",
"description": "The block tag.", "description": "The block tags.",
"items": { "type": "string", "title": "Block Tag" } "examples": ["query.any_tag( 'stone', 'metal' )"]
} }
} }
} }