-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use draft2020 #37
Comments
Are the schema-version: draft-2019-09 or schema-version: draft-2020-12 supported? |
Hans5958
pushed a commit
to Hans5958/validate-json-action
that referenced
this issue
Jan 18, 2023
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.0 to 18.11.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This project seems to have been abandoned. Is there a successor fork? |
This seems to be more up to date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
ajv
in code you need to import another file to use a newer spec likedraft2020
. With the cli, you can add--spec=draft2020
argument so my JSON schema pointing to https://json-schema.org/draft/2019-09/schema is recognize. I don't think it's possible to do the equivalent with your GitHub Action right?The text was updated successfully, but these errors were encountered: