Closed Abraxas-365 closed 1 month ago
please approve this )
Does this actually do anything?
It seems that here stringifiedSwaggerOptions
is being JSON.parsed and from there on being treated as OpenAPIV3.Document
, even though it's likely a subset of SwaggerUIOptions
. These two interfaces have no properties in common.
So the condition swaggerOptions.components && swaggerOptions.components.schemas
likely never evaluates to true.
cc @marclave @Abraxas-365
124 Fix date time type issue