We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This .json passes validation with 2.6.2 even though it is missing a comma after the [](which causes the Chef knife command to subsequently fail):
{ "name": "aname", "chef_environment": "anenv", "run_list": [ "role[arole]" ] , "normal": { "base": { "something": { "labels": "alabel" } }, "tags": [] "jlink": { "a": { "serial": "1" }, "b": { "serial": "2" } } } }
The text was updated successfully, but these errors were encountered:
Sorry this sounds likean error with json parsing (ie. the json gem) rather than schema validation (ie json-schema).
Can you please give some example code where you're using this?
Sorry, something went wrong.
I'm closing this, as it appears to be an issue with the json gem rather than json schema
No branches or pull requests
This .json passes validation with 2.6.2 even though it is missing a comma after the [](which causes the Chef knife command to subsequently fail):
The text was updated successfully, but these errors were encountered: