@mintlify/validation
Advanced tools
Comparing version 0.1.76 to 0.1.77
@@ -106,3 +106,3 @@ export type Endpoint = { | ||
}; | ||
} & BaseSchema<object>; | ||
} & BaseSchema<Record<string, unknown>>; | ||
export type ArraySchema = { | ||
@@ -109,0 +109,0 @@ type: 'array'; |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.76", | ||
"version": "0.1.77", | ||
"description": "Validates mint.json files", | ||
@@ -85,3 +85,3 @@ "author": "Mintlify, Inc.", | ||
}, | ||
"gitHead": "15c32a9e8a2d5abedf20febe21a06ef8cde7e8b7" | ||
"gitHead": "923149fb46711da177d11457cefcbe0755ba2f65" | ||
} |
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
258287
233
1
113