Recent Discussions
Use anyOf/oneOf with codegen?
Suppose I have a schema: params: is one of Message|Image|Audio _type: the type to expect in params I (currently) have the schema... ... "components": { "schemas: { "Interaction": { ...16Views0likes0CommentsHow to add AWS authentication to my OPEN API SPEC
I am documenting an existing API with OpenAPI. The API uses AWS authentication. I have been testing the API using postman, where I add Aws access key and Signature in the Auth section of Postman. Bu...2.7KViews0likes2CommentsHow to customize the swagger-editor to include other definitions besides the PetStore
Hello all, I'm trying to customize some of the defaults of Swagger-editor (https://swagger.io/tools/swagger-editor/) and I wonder if you can help. What I have and found so far Basically I do have ...39Views0likes0CommentsJSON to HTML Conversion error
Hi, I upload a JSON file the the Swagger editor and user Generate client to generate an HTML or HTML2 zip file. The zip file cannot be opened. The issue did not occur 3 months ago. I then used the J...84Views1like2CommentsGetting a `file` response in OpenAPI v3 / python
I'm trying to define a `file` response: responses: '200': content: image/png: schema: format: binary type: string In the generated python code, I se...18Views0likes0Comments