feat(json-schema): expose API that generates examples from JSON Schema (#9190)
This allows to use the samples API in a static way without fully instantiating SwaggerUI. Refs #9188
This commit is contained in:
@@ -169,6 +169,7 @@ SwaggerUI.defaultProps = {
|
||||
oauth2RedirectUrl: undefined,
|
||||
}
|
||||
|
||||
SwaggerUI.System = SwaggerUIConstructor.System
|
||||
SwaggerUI.presets = SwaggerUIConstructor.presets
|
||||
SwaggerUI.plugins = SwaggerUIConstructor.plugins
|
||||
|
||||
|
||||
Reference in New Issue
Block a user