-
Try this file. It has just one error at /servers/0/description , but validation produces a bunch of error even inside other root keywords. Tested against unreleased 2.1 branch. When changing descripti…
-
I know that discriminator is only part of openAPI and not base json-schema, but there is no particular reason someone couldn't include a discriminator inside their json_schema file. And if this librar…
-
Are there plans to updating this code to Update OpenAPI 3.0.0 to OpenAPI 3.1? Or a new tool that can take care of that?
-
This new tag will indicate SwaggerUI support for OpenAPI 3.1.0 spec.
![image](https://user-images.githubusercontent.com/193286/227168751-39949e47-3c47-4e59-86dc-ee1164472253.png)
-
So for some reason in `5.x.x` version of the lib, the `default` response doesn't accept the valid zod type which is `ErrorDto`.
```
Type 'ZodObject' is not assignable to type 'SchemaObject | Refe…
-
### Description
I'm attempting to parse OpenAPI specs, which have breaking changes between minor versions.
There's a need to disambiguate between different specs even though they're 90% similar.
Th…
-
When using descriptions @Schema.description for object types e.g.:
```
@field:Schema(
description = "Total basket price",
example = EXAMPLE_BASKET_PRICE,
)
val basketPrice: BasketPrice,
…
-
As described in [this article ](https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0) by the OpenAPI Initiative , there are a few changes from OAS3.0 to OAS3.1.
I might be wr…
-
```
../node_modules/.pnpm/zod-openapi@2.3.0_zod@3.21.4/node_modules/zod-openapi/lib-es2015/openapi3-ts/dist/oas31.js
export 'Server' (reexported as 'Server') was not found in './model/server' (modul…
-
If you are building an ESM module and you use the import format:
```ts
import { OpenAPIObject } from "openapi3-ts/src/model/openapi31";
```
and use mocha with:
```json
{
"loader": "ts-n…