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