springdoc / springdoc-openapi-demos

Demo for OpenAPI 3 with spring-boot
http://springdoc.org
Apache License 2.0
493 stars 267 forks source link

Question about custom headers #19

Closed thedude459 closed 4 years ago

thedude459 commented 4 years ago

Do you have an example of customer header where it shows the schema of the custom header? It is showing it as a header but does not show that schema at all even though it has the @Schema annotation.

thedude459 commented 4 years ago

I had header defined as string in controller and didn't notice.