How To get an expanded version of a JSON schema that eliminates $ref and allOf references #1125
adarshasp87
started this conversation in
General
Replies: 1 comment
-
I think you want to resolve all the references locally. We don't have any example to do so with JSON schemas but there is an example to merge and resolve all references for OpenAPI specifications. Here is the repo and you can use it as a reference to build your own. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How To get an expanded version of a JSON schema that eliminates $ref and allOf references, programmatically resolve these constructs into a single schema definition?
Beta Was this translation helpful? Give feedback.
All reactions