{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/table/v/1",
  "kind": "entityType",
  "title": "Table",
  "type": "object",
  "allOf": [],
  "description": "",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@hash/types/entity-type/has-query/v/1": {
      "type": "array",
      "minItems": 0,
      "ordered": false,
      "items": {}
    }
  },
  "properties": {
    "https://blockprotocol.org/@hash/types/property-type/table-header-row-is-hidden/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/table-header-row-is-hidden/v/1"
    },
    "https://blockprotocol.org/@hash/types/property-type/table-local-column/": {
      "type": "array",
      "minItems": 0,
      "items": {
        "$ref": "https://blockprotocol.org/@hash/types/property-type/table-local-column/v/1"
      }
    },
    "https://blockprotocol.org/@hash/types/property-type/table-local-row/": {
      "type": "array",
      "minItems": 0,
      "items": {
        "$ref": "https://blockprotocol.org/@hash/types/property-type/table-local-row/v/1"
      }
    },
    "https://blockprotocol.org/@hash/types/property-type/table-row-numbers-are-hidden/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/table-row-numbers-are-hidden/v/1"
    },
    "https://blockprotocol.org/@hash/types/property-type/table-rows-are-striped/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/table-rows-are-striped/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/title/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/title/v/1"
    }
  },
  "required": []
}