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
I'm getting a "Lexical error" when attempting to validate a schema with a property that has something like a space or dash in its name.
Here is a simple example schema, that will cause the error: {"title":"Validation Test","type":"object","properties":{"Some-Prop": { "type": "string" }}}
I'm getting a "Lexical error" when attempting to validate a schema with a property that has something like a space or dash in its name.
Here is a simple example schema, that will cause the error:
{"title":"Validation Test","type":"object","properties":{"Some-Prop": { "type": "string" }}}
wills result in this error:
The text was updated successfully, but these errors were encountered: