Sumudu Nissanka
Sumudu Nissanka
Hi team I'm using OpenAPIV3Parser for getting openapi specifications. This is the way I used to parse the openAPI yaml file ``` String openAPIFileContent = Files.readString(openapi.yaml); ParseOptions parseOptions = new...
Hi Team, I'm using OpenAPIV3Parser to get openAPI specifications for the parser version 2.1.16. I am wondering when I used the default value as a null for the object type...
Hi Team, I'm using `OpenAPIV3Parser` to get openAPI specifications for the parser version 2.1.13. I am wondering if it is possible to validate the AllOf schema in a way that...
When using the swagger parser, we received the below log warning message[2] when we have a pattern regular value with syntax errors[1]. This error log is kind of confusing at...
I'm using swagger parser 03, with flatten enable ``` ParseOptions parseOptions = new ParseOptions(); parseOptions.setFlatten(true); final OpenAPI openAPI = new OpenAPIV3Parser().read(openAPIFileContent, null, parseOptions); ... ``` The Received OpenAPI model contains...
Hi Currently, I'm using the swagger parser for getting parsing OpenAPI objects from my given specification. ``` SwaggerParseResult parseResult = new OpenAPIV3Parser().readContents(openAPIFileContent, null, parseOptions); if (!parseResult.getMessages().isEmpty()) { ... } ```...
## Summary A mock client is a simulated client that can interact with an API according to its defined specification without sending requests to a real server. It's often used...
**Description:** $Subject **Describe your task(s)** This is used in both contract first and code first. Additionally, this is heavily used in connector implementation efforts as well. Therefore, this is the...
**Description:** $Subject Code quality gateways are automated checks used to assess code quality as it is developed. They are a set of predefined criteria or rules that must be met...
**Description:** Implement the function https://github.com/ballerina-platform/graphql-tools/blob/698749e2d7119b14b9fee46cff927780e99c8891/graphql-cli/src/main/java/io/ballerina/graphql/cmd/GraphqlCmd.java#L316 **Suggested Labels:** **Suggested Assignees:** **Affected Product Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** **Related Issues:**