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