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)
Failed to join using Open API in ASP.NET Core
Thanks for the method you provided. I need to join Open API now, I encountered this error, what is the reason? I have another project that has Swagger api on behalf of it. I now add it to the url acco...
Modi
Votes: 0
Answers: 0
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
SwaggerUI Docker support for two api files (locally)
I'm trying to create a Swagger UI configuration to show several of my apis. They are not hosted publicly, the definition files are in my local file system. I'm using swagger ui with docker. I run it w...

Antonio Gamiz Delgado
Votes: 0
Answers: 1
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