{
  "$id": "https://hash.ai/@h/types/property-type/trigger-definition/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "The trigger definition of a flow.",
  "kind": "propertyType",
  "oneOf": [
    {
      "properties": {
        "https://hash.ai/@h/types/property-type/output-definitions/": {
          "$ref": "https://hash.ai/@h/types/property-type/output-definitions/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 Definition"
}