-
Hey, thank you for creating this repository, I really like it on paper and hopefully I'll be able to utilize and contribute as much as I can :)
I just spend a good amount of time wondering why my s…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### What happens?
Currently its just any, but we can add some schema validation using the spec
### What did you expect to happen?
reqeuest.formData to be typed
### OpenAPI Document
_No response_
-
## Bug description
```
npm i -D openapi-typescript ts-to-zod
```
In `package.json`:
```json
{
"scripts": {
"fetch-openapi-types": "openapi-typescript https://developers.zoom.us/api-h…
-
### Actual Behavior
The string `123` from a path or query parameter validates as `{"type": "integer"}`, but unexpectedly fails to validate as `{"allOf": [{"type": "integer"}]}`. The same problem occu…
-
If you are interested in the creation of a tool that can validate your public or private CDS endpoints, please leave you thoughts in this discussion. This would leverage our existing [CDS OpenAPI sche…
-
**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 …
-
/sig api
**What happened**:
This topic came up as part of the following thread:
https://groups.google.com/g/kubevirt-dev/c/4br7ZdejhI8
Using a bug to track further discussion and potential…
-
### Describe the feature here
Extension that uses the Atlassian Swagger Validator client.
For CSB it was just a basic starter that the
https://github.com/apache/camel-spring-boot/commit/9a8d2fc96…
-
Ran into an issue with `oneOf` unions, but _only_ when using a `discriminator` property. I am not sure if this is an `openapi_first` issue or a `json_schemer` issue, so I'd though I'd try here first.
…