JSON Schema Validate
Version updated for https://github.com/dsanders11/json-schema-validate-action to version v2.0.0.
- This action is used across all versions by 58 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The JSON Schema Validate Action is a GitHub Action designed to validate YAML and JSON files against a specified JSON schema, ensuring that configuration files conform to expected standards. It automates the process of schema validation in CI/CD workflows, helping developers catch errors in structured files early. Key capabilities include support for remote schemas, custom error messages, and detailed validation reporting.
Release notes
2.0.0 (2026-03-13)
chore
BREAKING CHANGES
- This action now runs on node24