@anatine/zod-openapi
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "@anatine/zod-openapi", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Zod to OpenAPI converter", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -133,3 +133,5 @@ "use strict"; | ||
type: 'object', | ||
additionalProperties: generateSchema(zodRef._def.valueType, useOutput), | ||
additionalProperties: zodRef._def.valueType instanceof zod_1.z.ZodUnknown | ||
? {} | ||
: generateSchema(zodRef._def.valueType, useOutput), | ||
}, ...schemas); | ||
@@ -136,0 +138,0 @@ } |
Sorry, the diff of this file is not supported yet
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
24656
288
137940