{
  "$id": "https://hash.ai/@h/types/property-type/pause-on-failure/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "Whether to automatically pause something when it fails.",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/boolean/v/1"
    }
  ],
  "title": "Pause On Failure"
}