@samchon/openapi
Advanced tools
Comparing version 0.1.21 to 0.1.22-dev.20240603
@@ -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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
240212
5836