Skip to content
Compare
Choose a tag to compare
@GrantBirki GrantBirki released this 14 Aug 22:03
· 98 commits to main since this release
1652fde

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

Full Changelog: v2.2.1...v2.3.0