-
In a project that I am working on, we have in our OASv3 API specification the following issue:
We wish to allow the input of some particular property to be a `string` with either the format `date` or…
-
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
Hi!
I have an issue where an CodegenModel for a map-like object is incorrectly generated. I am not sure which way to go from here. Is it the generated OASv3 model or the code generator for typescri…
-
Given an interface
```
public interface SubResource {
@GET
@Path("{id}/foo")
String getFoo()
}
```
And two extending interfaces
```
@Path("bar")
public interface BarResource extends…
-
If I have a response property that can be null and I am referencing a base type that isn't nullable, I have.
```
components:
responses:
200:
'application/json':
schema:…
-
Over the past year, Okta has been committed to enhancing our OpenAPI Spec to align with the latest version. This initiative has predominantly concentrated on our most widely-used libraries such as .NE…
-
Hi, I recently came across this comment by chance:
https://github.com/okta/okta-sdk-python/issues/340#issuecomment-1468520171
> currently, we have migrated our .NET, Java, and Golang SDK's to OA…
-
See https://github.com/dcppc/data-stewards/issues/5 - we are in the same position as the gtex people as we don't hand edit the yaml, it is generated from annotations and we are using a framework that …
-
# Describe Issue
I'm mocking a API that receives as input a x-www-form-urlencoded containing a key called request and a json as value (yaml below for reference).
```yaml
openapi: "3.0.0"
info:…
-
The `readOnly` field [referenced in the OASv2 specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields-13) does not appear to be respected when converting a…