@samchon/openapi
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -168,3 +168,2 @@ import { OpenApiV3 } from "./OpenApiV3"; | ||
default?: string; | ||
enum?: string[]; | ||
format?: "binary" | "byte" | "password" | "regex" | "uuid" | "email" | "hostname" | "idn-email" | "idn-hostname" | "iri" | "iri-reference" | "ipv4" | "ipv6" | "uri" | "uri-reference" | "uri-template" | "url" | "date-time" | "date" | "time" | "duration" | "json-pointer" | "relative-json-pointer" | (string & {}); | ||
@@ -171,0 +170,0 @@ pattern?: string; |
{ | ||
"name": "@samchon/openapi", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -229,3 +229,2 @@ import { OpenApiV3 } from "./OpenApiV3"; | ||
default?: string; | ||
enum?: string[]; | ||
format?: | ||
@@ -232,0 +231,0 @@ | "binary" |
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
168682
4272