incident_validate
Validate AI Incident Card JSON against the v0.1 schema, enforcing conditional rules for status, regulatory filings, and root cause categories.
Instructions
Validate an AI Incident Card JSON document against the v0.1 schema. Enforces conditional rules: status=resolved requires resolved_at; status=withdrawn requires withdrawal block; non-empty regulatory.reported_to requires non-empty regulatory_filing_uris; root_cause.category=other and categories containing 'other' both require the corresponding _other_text fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_json | Yes | Incident Card as inline JSON. |