{
  "$id": "https://hash.ai/@h/types/property-type/trigger/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "The trigger of a flow.",
  "kind": "propertyType",
  "oneOf": [
    {
      "properties": {
        "https://hash.ai/@h/types/property-type/outputs/": {
          "$ref": "https://hash.ai/@h/types/property-type/outputs/v/1"
        },
        "https://hash.ai/@h/types/property-type/trigger-definition-id/": {
          "$ref": "https://hash.ai/@h/types/property-type/trigger-definition-id/v/1"
        }
      },
      "required": [
        "https://hash.ai/@h/types/property-type/trigger-definition-id/"
      ],
      "type": "object"
    }
  ],
  "title": "Trigger"
}