We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OpenApi.IJsonSchema union
1 parent a8d2b6d commit 10f6d2cCopy full SHA for 10f6d2c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@samchon/openapi",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"description": "",
5
"main": "./lib/index.js",
6
"typings": "./lib/index.d.ts",
src/OpenApi.ts
@@ -179,6 +179,7 @@ export namespace OpenApi {
179
| IJsonSchema.INumber
180
| IJsonSchema.IString
181
| IJsonSchema.IArray
182
+ | IJsonSchema.ITuple
183
| IJsonSchema.IObject
184
| IJsonSchema.IReference
185
| IJsonSchema.IOneOf
0 commit comments