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
We tracked down the problem to be with how deeply nested the schema is. Before we render the schema we dereference it which fails for this schema.
We're testing out a fix to implement LazyDereferencing – that only dereferences the schema where needed. This might be a good performance improvment anyway.
Oh, hey guys. This looks really promising! But it isn't working for me :)
Trying to give this a go at:
https://zudoku.dev/demo?api-url=https://raw.githubusercontent.com/discord/discord-api-spec/main/specs/openapi.json
Gives
Unexpected error.
I thought it may be because I was pointing to the raw content, so I tried this:
https://zudoku.dev/demo?api-url=https://github.com/discord/discord-api-spec/blob/main/specs/openapi.json
Gives
Failed to fetch schema
The text was updated successfully, but these errors were encountered: