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
Based on Remco's comment, it also seems to vary by the specific schema URL used.
Expected Behavior
The PR should allow validating files against a sub-set of an upstream URL based on a fragment identifier
Current Behavior
For some people it works, and for others it doesn't. It's unclear what the difference is, and how to debug this
Steps to Reproduce
Create example.yaml as below
Observe the errors -- it is validating against the JSON schema represented by the top level URL, instead of validating against the sub-schema identified by the fragment
Describe the bug
The work done by @evidolob in #512 doesn't seem to work for several folks, including myself and @remcohaszing:
Based on Remco's comment, it also seems to vary by the specific schema URL used.
Expected Behavior
The PR should allow validating files against a sub-set of an upstream URL based on a fragment identifier
Current Behavior
For some people it works, and for others it doesn't. It's unclear what the difference is, and how to debug this
Steps to Reproduce
example.yaml
as belowexample.yaml
:Errors I see:
Environment
The text was updated successfully, but these errors were encountered: