We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can expose the functions existing in JSON Schema 5 samples
swagger-ui/src/core/plugins/json-schema-5-samples/fn/index.js
Line 59 in c0e3eb6
swagger-ui/src/core/plugins/json-schema-2020-12-samples/fn/core/merge.js
Line 7 in c0e3eb6
sampleForSchemaGeneric
This will help with the cases described in #9763.
The text was updated successfully, but these errors were encountered:
feat(plugins): expose JSON Schema merging mechanism from samples plug…
6a493fb
…ins (#9766) Refs #9765
Addressed by #9766
Sorry, something went wrong.
glowcloud
No branches or pull requests
We can expose the functions existing in JSON Schema 5 samples
swagger-ui/src/core/plugins/json-schema-5-samples/fn/index.js
Line 59 in c0e3eb6
and JSON Schema 2020-12 samples
swagger-ui/src/core/plugins/json-schema-2020-12-samples/fn/core/merge.js
Line 7 in c0e3eb6
so that we can use them interchangeably for merging schemas outside of the function for getting examples (
sampleForSchemaGeneric
in both plugins).This will help with the cases described in #9763.
The text was updated successfully, but these errors were encountered: