v2.3.0
This release adds a new Action's input that allows users to configure the "version" of the JSON schema definition they wish to use with the JSON schema validator.
New Option: json_schema_version
Acceptable Values:
"draft-07"
default - this is used if you leave it blank"draft-2019-09"
"draft-2020-12"
What's Changed
- Support More JSON Schema Versions by @GrantBirki in #34
Full Changelog: v2.2.1...v2.3.0