-
Need to introduce a Ballerina connector for Jira.
Related links:
- https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/
- https://developer.atlassian.com/cloud/jira/platform/swagger-v3.…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Recently, when working on [this PR](https://github.com/evals-sandbox/baseline-ops/pull/43), I needed to learn about a bunch of viv functions. The natural place to look is [`viv_api.py`](https://github…
-
I'm using hono.js in next.js. When using openapi and zod for data validation, I've found that it's not possible to correctly infer the types of input values or response values through zod. For example…
-
**Describe the bug**
When specifying that a request body should be a JSON array of numbers, CATS's HappyPath fuzzer is using strings (e.g. `DGZTERFXUNVTGLSACSDVVV`) instead of numbers.
**To Reprod…
-
Sample `api.yml`:
```
openapi: "3.0.0"
info:
version: 0.0.1
title: example
paths:
/object:
get:
responses:
'200':
content:
"application/ld…
-
## Description of the feature
It would be nice if a type being wrapped in `Option` would be shown as nullable in the OpenAPI document. See https://stackoverflow.com/questions/48111459/how-to-define-a…
ettom updated
1 month ago
-
I'm resending conversation and issue report from https://github.com/springdoc/springdoc-openapi :
Any value provided inside the parameter input field is ignored and the resulted url only has {param…
-
### Description
@gqcn Currently GoFrame are using tags for openapi doc generation, most functions are fully functional and very helpful. But when adding some tags like `security`, there always needs …
-
### Description
Hey everyone!
I am facing a challenge using the library. On the project I am working on, we have several microservices, each of them with its own OpenAPI schema, which means that I…