Validate JSON Files Action
Version updated for https://github.com/emmanuelgautier/validate-json to version v2.0.5.
- This action is used across all versions by 3 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 Validate JSON GitHub Action is designed to automate the validation of JSON files against a specified JSON Schema or for basic syntax and structural correctness. It simplifies the process of ensuring JSON data adheres to defined rules or is free of common syntax errors. Key capabilities include customizable schema validation, strict validation enforcement, and detailed reporting of validation errors.
Release notes
What’s Changed
- feat: update dependencies by @emmanuelgautier in https://github.com/emmanuelgautier/validate-json/pull/58
Full Changelog: https://github.com/emmanuelgautier/validate-json/compare/v2.0.4...v2.0.5