{
  "$id": "https://hash.ai/@h/types/data-type/flow-type/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/data-type",
  "abstract": false,
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ],
  "description": "The type of a flow, determining which task queue it runs on.",
  "enum": [
    "ai",
    "integration"
  ],
  "kind": "dataType",
  "title": "Flow Type",
  "type": "string"
}