openapi2aspida
openapi2aspida copied to clipboard
Convert OpenAPI 3.0 or Swagger 2.0 definitions into aspida
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.1.0 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @cspotcode Only affects projects on node >=18.6.0 using --esm...
## Description OpenAPI schema ``` "SchemaX": { "anyOf" : [SchemaA, SchemaB] } ``` is converted to ``` type SchemaX = Partial ``` , but I think it shoud be converted...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [openapi-types](https://github.com/kogosoftwarellc/open-api) from 9.1.0 to 12.0.0. Commits ae48d53 v12.0.0 e6d58f2 Fixing package-lock.json with latest npm ed471d4 Add support for ESM-based projects (#810) da34168 v11.1.0 8d7efdd openapi-types: Add optional description field...
## Description The schema combined with `required` is not generated correctly. ## Environment - **Package version:** `v1.10.1` - **OS:** - [ ] Linux - [ ] Windows - [x] macOS...
Hi, there. This PR has only tiny change. I found some implicit CLI options, and added them to `README.md`. ## Types of changes - [ ] Bug fixes - ~~resolves...
Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0. Release notes Sourced from eslint's releases. v7.32.0 3c78a7b Chore: Adopt eslint-plugin/prefer-message-ids rule internally (#14841) (Bryan Mishkin) faecf56 Update: change reporting location for curly rule...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Like `/foo/@bar`. [toshiaki61](https://github.com/toshiaki61) shows us one solution (https://github.com/aspida/openapi2aspida/pull/146) but I'm sorry we should continue to discuss how resolving such a problem. Related: - https://github.com/aspida/openapi2aspida/issues/150 - https://github.com/aspida/aspida/issues/724