@samchon/openapi
Advanced tools
Comparing version 2.0.0-dev.20241129-3 to 2.0.0-dev.20241129-4
@@ -56,3 +56,3 @@ "use strict"; | ||
var notNull = next.oneOf.filter(function (v) { return OpenApiTypeChecker_1.OpenApiTypeChecker.isNull(v) === false; }); | ||
if (notNull.length === 1) | ||
if (notNull.length < 2) | ||
return true; | ||
@@ -59,0 +59,0 @@ // ENUM CASE |
{ | ||
"name": "@samchon/openapi", | ||
"version": "2.0.0-dev.20241129-3", | ||
"version": "2.0.0-dev.20241129-4", | ||
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -55,3 +55,3 @@ import { OpenApi } from "../OpenApi"; | ||
); | ||
if (notNull.length === 1) return true; | ||
if (notNull.length < 2) return true; | ||
@@ -58,0 +58,0 @@ // ENUM CASE |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1612897