- Fix digger (#256)
This commit is contained in:
@@ -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' )"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user