You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The schema validation in the yaml plugin will flag the issue with the yaml with plugin version 1.2.2 and earlier, but starting with version 1.3.0 until the latest (1.7.0) it does not flag the issue any longer. Other oneOf validations that I have tested seem to work as expected, though I have by no means done comprehensive testing of scenarios.
Expected Behavior
An error should be identified with the provided test schema when the oneOf in the schema is violated.
Current Behavior
The error is not identified by the plugin
Steps to Reproduce
configure validation of yaml files using the json schema above
create the test yaml
check for identified errors
Environment
Windows
Mac
Linux
other (please specify)
The text was updated successfully, but these errors were encountered:
Describe the bug
Given this schema:
and this test yaml:
The schema validation in the yaml plugin will flag the issue with the yaml with plugin version 1.2.2 and earlier, but starting with version 1.3.0 until the latest (1.7.0) it does not flag the issue any longer. Other oneOf validations that I have tested seem to work as expected, though I have by no means done comprehensive testing of scenarios.
Expected Behavior
An error should be identified with the provided test schema when the oneOf in the schema is violated.
Current Behavior
The error is not identified by the plugin
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: