-
Notifications
You must be signed in to change notification settings - Fork 228
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
Possible bug in allOf processing #1074
Comments
This is from the output (YAML Support)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
vscode linter shows an incorrect message of "Property x is not allowed" if the property is defined in an object referenced in an allOf statement
Expected Behavior
validator shouldn't show errors (Property p1 is not allowed, Property p2 is not allowed, Property p3 is not allowed)
for this schema:
Current Behavior
The validator shows the manifest as incorrect.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: