Skip to content

Commit

Permalink
Merge pull request #16 from samchon/features/allOf
Browse files Browse the repository at this point in the history
Support `allOf` type case of OpenAPI v3 and v3.1
  • Loading branch information
samchon authored Apr 21, 2024
2 parents e1d443d + c707fb3 commit 2ec44d8
Show file tree
Hide file tree
Showing 5 changed files with 526 additions and 361 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samchon/openapi",
"version": "0.1.18",
"version": "0.1.19",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"ts-patch": "^3.1.2",
"typescript": "^5.4.3",
"typescript-transform-paths": "^3.4.7",
"typia": "^5.5.10"
"typia": "^6.0.3"
},
"files": [
"lib",
Expand Down
1 change: 0 additions & 1 deletion src/SwaggerV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export namespace SwaggerV2 {
| IJsonSchema.IReference
| IJsonSchema.IUnknown
| IJsonSchema.INullOnly
| IJsonSchema.IAllOf
| IJsonSchema.IAnyOf
| IJsonSchema.IOneOf;
export namespace IJsonSchema {
Expand Down
Loading

0 comments on commit 2ec44d8

Please sign in to comment.