{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@elias/types/entity-type/categorical-value/v/3",
  "kind": "entityType",
  "title": "Categorical Value",
  "type": "object",
  "allOf": [],
  "description": "A categorical value is a value that appears or coukd appear one or more times within a categorical column.",
  "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/integer-label/": {
      "$ref": "https://blockprotocol.org/@elias/types/property-type/integer-label/v/1"
    }
  },
  "required": []
}