python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
FastAPI - @Schema(hidden=True) not working when trying to hide the schema section on swagger docs
I'm trying to hide the entire schemas section of the FastAPI generated swagger docs. I've checked the docs and tried this but the schema section still shows.
@Schema(hidden=True)
class theSche...
Kevin E
Votes: 0
Answers: 4
How can I integrate POM build version into YAML generation using springdoc-openapi-maven-plugin?
Is there a way to programmatically set the build version from the POM of my Spring Boot application into the OpenApi YAML generated by the springdoc-openapi-maven-plugin?
How can I achieve it?
Current...
du-it
Votes: 0
Answers: 0
Writing OpenAPI schema and generating client code for HTTP API that responds with polymorphic array
I'm trying to write an OpenAPI 3.0 schema for an HTTP API. One of its requests responds with a polymorphic array of objects something like this:
[
{
"type": "Base",
"...

Dan Stevens
Votes: 0
Answers: 1
Centralized Swagger/OpenAPI UI for all the different microservices on a single swagger URL i.e accessing all the URLs through one
I have around 16 microservices built in Spring Boot that communicate with each other and each microservice is having multiple APIs in it. I have configured OpenAPI for each of the microservices. So it...
Parimal Ramteke
Votes: 0
Answers: 2