It looks like YAML is dumped before the server prefix and domain are resolved and assigned into spec.servers array. This ends up with the spec object has servers but yamlSpec does not.
Moving the definition of yamlSpec down below the server handling code at around line 300 in index.ts
It looks like YAML is dumped before the server prefix and domain are resolved and assigned into
spec.servers
array. This ends up with thespec
object has servers butyamlSpec
does not.Moving the definition of
yamlSpec
down below the server handling code at around line 300 inindex.ts