openapi-typescript icon indicating copy to clipboard operation
openapi-typescript copied to clipboard

Generate TypeScript types from OpenAPI 3 specs

Results 247 openapi-typescript issues
Sort by recently updated
recently updated
newest added

**Description** Using `prefixItems` generates incorrect type. | Name | Version | | :------------------- | :--------------------------- | | `openapi-typescript` | `7.3.3` | | Node.js | `20.17.0` | **Reproduction** The following schema...

bug
openapi-ts

## Changes See changeset. ## How to Review _How can a reviewer review your changes? What should be kept in mind for this review?_ ## Checklist - [x] Unit tests...

## Changes _What does this PR change? Link to any related issue(s)._ #1872 ## How to Review _How can a reviewer review your changes? What should be kept in mind...

**Description** I have a following openAPI 3.0.3 schema: ```json "Entity": { "oneOf": [ { "allOf": [ { "$ref": "#/components/schemas/FileEntity" }, { "type": "object", "required": [ "tag" ], "properties": { "tag":...

bug
openapi-ts

**Description** _A brief description of the bug._ When generating enum values there is a possibility of name collision. For example, if an enum contains a list of timezone values, there...

bug
openapi-ts

**Description** _A brief description of the bug._ I have a nullable enum yaml file (Open API 3.1) defined like: ``` type: - string - 'null' ... enum: - VALUE1 -...

bug
openapi-ts

# Introduction This Pull request brings two new libraries: ### `openapi-decorators` A utility library to automatically generate OpenAPI schemas by leveraging Typescript decorators and metadata. ### `openapi-adonis` A library to...

**Description** Svelte wrapper for svelte would be lovely

enhancement
openapi-ts

**Description** I'm writing a client for an api (which I don't control) that uses "default" as the type of the successful response. This isn't included in OkStatus which causes the...

bug
openapi-fetch