{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@elias/types/entity-type/column/v/1",
  "kind": "entityType",
  "title": "Column",
  "type": "object",
  "allOf": [],
  "description": "",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    },
    "https://blockprotocol.org/@elias/types/property-type/nullable/": {
      "$ref": "https://blockprotocol.org/@elias/types/property-type/nullable/v/1"
    },
    "https://blockprotocol.org/@elias/types/property-type/is-row-id/": {
      "$ref": "https://blockprotocol.org/@elias/types/property-type/is-row-id/v/1"
    },
    "https://blockprotocol.org/@elias/types/property-type/derived-from-columns/": {
      "$ref": "https://blockprotocol.org/@elias/types/property-type/derived-from-columns/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ]
}