@samchon/openapi
Advanced tools
Comparing version 2.0.0-dev.20241129-7 to 2.0.0-dev.20241129-8
@@ -115,3 +115,2 @@ "use strict"; | ||
(_b = next.required) !== null && _b !== void 0 ? _b : (next.required = []); | ||
next.additionalProperties = false; | ||
} | ||
@@ -118,0 +117,0 @@ else if (props.config.constraint === false && |
{ | ||
"name": "@samchon/openapi", | ||
"version": "2.0.0-dev.20241129-7", | ||
"version": "2.0.0-dev.20241129-8", | ||
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -99,3 +99,2 @@ import { OpenApi } from "../OpenApi"; | ||
next.required ??= []; | ||
next.additionalProperties = false; | ||
} else if ( | ||
@@ -102,0 +101,0 @@ props.config.constraint === false && |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1615575
28042