Recent Discussions
Meenu Hinduja & Dheeraj Sudan : How can I get started with Swagger’s open source tools
Hi Community Member! I’m Dheeraj Sudan from the UK. I work as a software developer and, together with my wife Meenu Hinduja, who is a travel blogger, we run a business. I’m interested in learning ...45Views0likes0CommentsOpenApi Spec for AWS ApiGateway doesn't allow 1 attribute to read its value dynamically
We opened a Ticket for AWS but they mention its related to OpenApi Spec so adding details here of that ticket: We follow doc and found issue Under "x-amazon-apigateway-integration" doc mention...26Views0likes1CommentHow to define both fixed and dynamic fields in request body (visible in Swagger/Mintlify UI)?
I'm working on an OpenAPI 3.0 specification and I need to define a request body schema that includes: Two static fields: title (string) and description (string), both required Additional dynamic/c...128Views0likes1Commenthow to get yaml file from io.swagger.v3.oas.models.OpenAPI object?
how to get yaml/json string from an existed io.swagger.v3.oas.models.OpenAPI object? default jackson Json serializer no work, generated file not parsable.74Views0likes0Comments