Add schema validation to your n8n workflows using the HTTP Request node. Works with self-hosted and n8n Cloud.
Configure the HTTP Request node with:
https://schemacheck.dev/api/v1/validateUse an IF node to branch on summary.total_errors > 0 and route to Slack, email, or a database update. Map summary.score back to a spreadsheet column for ongoing schema health tracking across your site.