@samchon/openapi
Advanced tools
Comparing version
@@ -191,2 +191,3 @@ import { OpenApiV3 } from "./OpenApiV3"; | ||
items: IJsonSchema; | ||
uniqueItems?: boolean; | ||
/** @type uint64 */ minItems?: number; | ||
@@ -198,2 +199,3 @@ /** @type uint64 */ maxItems?: number; | ||
additionalItems?: boolean | IJsonSchema; | ||
uniqueItems?: boolean; | ||
/** @type uint64 */ minItems?: number; | ||
@@ -200,0 +202,0 @@ /** @type uint64 */ maxItems?: number; |
{ | ||
"name": "@samchon/openapi", | ||
"version": "0.1.21", | ||
"version": "0.1.22-dev.20240603", | ||
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -304,2 +304,3 @@ import { OpenApiV3 } from "./OpenApiV3"; | ||
items: IJsonSchema; | ||
uniqueItems?: boolean; | ||
/** @type uint64 */ minItems?: number; | ||
@@ -311,2 +312,3 @@ /** @type uint64 */ maxItems?: number; | ||
additionalItems?: boolean | IJsonSchema; | ||
uniqueItems?: boolean; | ||
/** @type uint64 */ minItems?: number; | ||
@@ -313,0 +315,0 @@ /** @type uint64 */ maxItems?: number; |
240212
0.06%5836
0.07%