Docs Block Validator

Block Validator: Reading Violations in the Debug Panel

Each violation produced by the validator is a structured object visible in the debug panel:

Field Content
ruleId e.g. rule-7
severity error or warning
file Which file triggered the violation
offendingValue The exact pattern or value found
reason Human-readable explanation
suggestedFix One or more fix approaches
documentation URL to the relevant docs section

Check the debug panel after every upload. If your block did not appear in the inserter after uploading, start here, a rule-6 or rule-7 violation is the most common cause.