I am encountering an issue when I try to use a JSON schema file to validate my YAML files. I am using Eclipse and I have created the content type like so:
And added the following schema association for it:
But when I go to the file in question all I get is this error at the top:
I created it following this guide but selected a local file I had on my system rather than a web URL. Is this a bug or am I missing something?
I am encountering an issue when I try to use a JSON schema file to validate my YAML files. I am using Eclipse and I have created the content type like so:
And added the following schema association for it:
But when I go to the file in question all I get is this error at the top:
I created it following this guide but selected a local file I had on my system rather than a web URL. Is this a bug or am I missing something?
My Schema:
My YAML (which should be invalid):