onto_enforce_feedback
Provide feedback on ontology compliance violations to improve future enforcement runs by accepting real issues or dismissing false positives.
Instructions
Accept or dismiss an enforce violation to improve future enforce runs. Dismissed violations are suppressed after 3 dismissals. Stores feedback for self-calibrating compliance.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accepted | Yes | true = this is a real violation, false = dismiss/override | |
| entity | Yes | The entity IRI that triggered the violation | |
| rule_id | Yes | The enforce rule ID (e.g. "orphan_class", "missing_domain", "missing_range", "missing_label", or custom rule ID) |