-
```ts
const phoneNumber = z.string().openapi('Phone')
const mySchema = z.object({
somePhone: phoneNumber.nullable(),
anotherPhone: phoneNumber,
})
```
Expected result:
```json
"…
Grawl updated
2 weeks ago
-
```
java.lang.Throwable: com.fobgochod.git.commit.action.TypeCountAction requests com.fobgochod.git.commit.settings.GitSettings instance. Class initialization must not depend on services. Consider u…
-
**Describe the bug**
When defining an OpenApiSecurityScheme of type http with the scheme bearer, the default value for In is set to Query instead of Header. According to the OpenAPI Specification, he…
-
This is completely correct OpenAPI doc, but the error is occured.
```yaml
schema:
allOf:
- $ref: '#/components/schemas/TaskSortEnum'
- default:…
-
## What are the steps to reproduce this issue?
1. Generate an OpenAPI schema that has a component with optional properties, then try and set those properties as required in other item in an `al…
-
Within the openapi spec i am using (https://api.parkassist.com/docs/index.html) it is using generic media types for requests due to supporting both json & xml.
```
/signs:
post:
description:…
-
**Describe the bug** (*)
A clear and concise description of what the bug is.
```
java.lang.Throwable: Thread context was already set: InstalledThreadContext(snapshot=null, context=[ComponentMan…
sebql updated
1 month ago
-
**Describe the bug**
When I try to generate models from an OpenAPI schema containing discriminators, I get an error: `RuntimeError: Discriminator type is not found`.
**To Reproduce**
Get the Open…
-
**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 …