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
admin-api-schema's get() method returns raw json schemas without resolving definitions used in $ref. This makes get method hardly usable if somebody needs to see whole schema (for example when used in documentation). More on this read this comment.
Solution
One of possible solutions could be adding $ref resolution through package like ref-parser. But more research should be done into use-cases and other solutions first
The text was updated successfully, but these errors were encountered:
Problem
admin-api-schema's
get()
method returns raw json schemas without resolving definitions used in$ref
. This makes get method hardly usable if somebody needs to see whole schema (for example when used in documentation). More on this read this comment.Solution
One of possible solutions could be adding $ref resolution through package like ref-parser. But more research should be done into use-cases and other solutions first
The text was updated successfully, but these errors were encountered: