When headers are referenced using the $ref
invalid type is generated
#1879
Labels
bug
Something isn't working
$ref
invalid type is generated
#1879
If a header is referenced using the
$ref
and it points to the parameters of a different request, then the generated type for the corresponding header is invalid.To test, following test schema can be used. Here type for
Content-Type
inRequestBHeaders
will beN0
which should bestring
.The text was updated successfully, but these errors were encountered: