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 took an eternety to debug :/ (also, because source maps don't seem to work for the json language extension and debugging the JSON server without sources is very tricky)
It seems like when merging schemas, something goes wrong when one of the involved schemas does not have a root.
Also, I always run into
In some cases, schemas registered by jsonValidation are not picked up.
This works:
This does not work, which is the actual bug:
However, this works (notice
someRandomNameThatMakesThisWork
):This took an eternety to debug :/ (also, because source maps don't seem to work for the json language extension and debugging the JSON server without sources is very tricky)
It seems like when merging schemas, something goes wrong when one of the involved schemas does not have a root.
Also, I always run into
I'm fine with
myproto:///schema.json
not working, but then it should consistently not work and a nice error message should be printed somewhere.The text was updated successfully, but these errors were encountered: