---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.workflows.v1.Violation"></a>Violation

| Field | Type | Description |
|---|---|---|
| message | <span class="proto-type proto-type-primitive">string</span> | User friendly message that explains the violation. |
| match_or_rule_id | <span class="proto-type proto-type-primitive">string</span> | The match or rule ID that this violation is associated with.  Only used in v3. |

#### Example
```json
{
  "match_or_rule_id": "_i1yUnHjKfmWpCaD5Tazo",
  "message": "Example text"
}
```

