Conversation
|
this doesn't appear to work as intended. @aeschli take the following example: {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://example.com/schemas/user-profile.schema.json",
"unevaluatedProperties": false,
"type": "object",
"required": ["name"],
"properties": {
"name": { "type": "string" }
}
}Failing Instance # yaml-language-server: $schema=c:\users\fieljere\repos\api-specs\untitled-1.json
trueThe error output gives a random message about
another example: # yaml-language-server: $schema=c:\users\fieljere\repos\api-specs\untitled-1.json
{
"jeremy": 1
}No error output This should throw an error for |
|
@jeremyfiel Please create an issue if you can reproduce that in pure JSON |
No description provided.