- 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",
"additionalProperties": false,
"description": "Block descriptor.",
"properties": {
"any_tag": {
"type": "array",
"title": "Any Block Tag",
"description": "The block tag.",
"items": { "type": "string", "title": "Block Tag" }
"tags": {
"type": "string",
"title": "Block Tags",
"description": "The block tags.",
"examples": ["query.any_tag( 'stone', 'metal' )"]
}
}
}