json-schema-to-typescript
json-schema-to-typescript copied to clipboard
Make min/maxItems check safe for boolean schemas
Similar to #259 this change adds isObjectType
in front of an 'maxItems' in schema
and 'minItems' in schema
checks to avoid errors when dealing with boolean schemas.