-
### Is your feature request related to a problem? Please describe the problem.
The assertion made at the bottom of this article is false: https://learn.microsoft.com/en-us/openapi/kiota/models
S…
-
I am getting the following error when validating response for a /route endpoint (see schema and the response example below)
```
Error: .response should NOT have additional properties, .response shou…
-
**Describe the bug**
When using `allOf` to merge schema's, the example property in OpenAPI, and examples in AsyncAPI, is incorrectly validated.
**To Reproduce**
1. Given this OpenAPI/AsyncAPI d…
-
I have an OpenAPI Schema that I'm generating from a Django (a python web framework) using a library called [drf-spectacular](https://github.com/tfranzel/drf-spectacular). Fields that contain a URL are…
-
**Describe the bug**
I followed the example in https://tortoise.github.io/examples/fastapi.html#basic-non-relational-example, and when running the app and requesting '/docs', I get a "Fetch error: In…
-
Hi
Currently to support the **BigInteger** type you have to do it by defining your own typeMapping.
![image](https://github.com/user-attachments/assets/5b03e0f6-e20a-4c56-b192-74f145cc9e94)
…
-
### Description
Currently openapi-ts generates typescript definitions for the OpenAPI schema. Would it be possible to generate zod schemas also? Something similar like these libraries: https://github…
-
If I have a simple POST controller like:
```csharp
[HttpPost()]
public ActionResult Create([FromBody, BindRequired] TestDto testDto)
{
return testDto;
}
```
where T…
-
Similar question: https://github.com/OAI/OpenAPI-Specification/issues/1870
```
allOf:
- $ref: '#/components/schemas/Info'
- type: object
required:
- name
…
-
Because [CRDs cannot handle recursive types natively](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation), we do not currently support recursiv…