@sinclair/typebox
Advanced tools
Comparing version 0.19.0 to 0.19.1
{ | ||
"name": "@sinclair/typebox", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "JSONSchema Type Builder with Static Type Resolution for TypeScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -668,6 +668,6 @@ <div align='center'> | ||
const Common = Type.Box('http://domain.com/common', { | ||
const Common = Type.Box({ | ||
UserId: Type.String({ format: 'uuid' }), | ||
Email: Type.String({ format: 'email' }) | ||
}) | ||
}, { $id: 'Common' }) | ||
@@ -674,0 +674,0 @@ //-------------------------------------------------------------------------------------------- |
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
87356