{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "query-search/hash-query-form",
  "title": "Hash Query",
  "description": "Enter a list of key-value pairs",
  "icon": "smiley",
  "attributes": {
    "query": {
      "type": "object",
      "default": {}
    },
    "viewTable": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "query-search"
}