json-schema-to-typescript icon indicating copy to clipboard operation
json-schema-to-typescript copied to clipboard

Make min/maxItems check safe for boolean schemas

Open asprouse opened this issue 3 years ago • 0 comments

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.

asprouse avatar Nov 03 '21 20:11 asprouse