-
**Description**
A `multipart/form-data` POST fails when an array property is included, even when it's correctly sent via Curl as follows:
```sh
-F 'tags=["One","Two","Three"];type=application…
-
#### 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…
-
When using the Swift OpenAPI Generator and runtime to decode a JSON payload from an API endpoint, a decoding error occurs for a field defined with the anyOf keyword in the OpenAPI spec. The error mess…
-
**Describe the problem**
Current usage of $ref is attempting to point to external OSCAL schemas that are not OpenAPI formatted. $ref attempts to import the specific OpenAPI schema and results in an …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I am using the `Produces` attribute to describe the response types for an endpoint method in …
-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* [x] Checked the FAQs on the message board for common solutions: (TBD)
* [x] Checked tha…
-
When annotating an optional query parameter like
```
ENDPOINT_INFO(getEndpoint)
{
info->queryParams.add("param").description =
"(optional) Query parameter";
info->queryParams.…
-
# Context
The overlap in specification between AsyncAPI and OpenAPI specs allows the combining of common models across both.
Example:
./models/foo.yaml
```yaml
openapi: 3.1.…
-
**Description**
When invoking openapi-typescript with a custom redocly config, as documented [here](https://openapi-ts.dev/cli#multiple-schemas), it just runs forever without doing anything. There …
-
Just documenting things as I get upto speed with the GFW APIs. There are two API (as I just discovered on the call with @01painadam):
## Data API (data-api.globalforestwatch.org)
I created a bot a…