{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/query/v/1",
  "kind": "entityType",
  "title": "Query",
  "description": "A structured query for data, including e.g. the types of filters to be applied in order to produce the data.",
  "type": "object",
  "allOf": [],
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@hash/types/property-type/query/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/query/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@hash/types/property-type/query/"
  ]
}