Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in openapi

OpenAPI is missing schemas for some of the Pydantic models in FastAPI app

Allow pydantic models to have optionally null fields like in v1

How to make swagger examples component with allOf

swagger openapi

NelmioApiDoc model definition / how to ignore getter or alias to existing property with other name?

Azure Functions OpenApi extensions File Upload POST request

How to declare nullable property in OpenAPI 3.0.x that's compatible with AWS API Gateway

openapi 3.0 valid minimum and maximum values

How to display all of the oneOf schemas in Swagger UI?

swagger-ui openapi

Using NSwag to generate a C# client incorrectly creates 2x partial classes with the same name, in the same file

c# swagger openapi nswag

Split OpenApi Paths into multiple path definition files

json swagger-2.0 openapi

Swagger editor how to specify which fields in request body (POST) are required?

openapi swagger-editor

How to reference response components in OpenAPI?

openapi swagger-editor

How can I specify several examples for the FastAPI docs when response_model is a list of models?

How to extract RAML or OpenAPI spec from readme.io , mocking OpenAPISpec

rest mocking openapi