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
This is generic JSON Schema used in IDEA for validating JSON Schema itself. But if I try to validate any JSON using this Schema validator gives and error saying async schema referenced by sync schema. I suppose this is a problem with usage of $async in the library. Please see the Schema below.
You just have to insert "$id": "<WHATEVER_ID_YOU_WOULD_LIKE_TO_HAVE>" after $schema field and the validation should work. At least it works for me. ;-)
Please, let me know if you still have any problem.
This is generic JSON Schema used in IDEA for validating JSON Schema itself. But if I try to validate any JSON using this Schema validator gives and error saying
async schema referenced by sync schema
. I suppose this is a problem with usage of$async
in the library. Please see the Schema below.The text was updated successfully, but these errors were encountered: