ajv icon indicating copy to clipboard operation
ajv copied to clipboard

Fixes: UncheckedJSONSchemaType ['type'] field does not support 'array', 'object', and 'null' in an array

Open utrumo opened this issue 1 year ago • 1 comments

What issue does this pull request resolve? Fixes: UncheckedJSONSchemaType ['type'] field does not support 'array', 'object', and 'null' in an array #2518 What changes did you make? Fixed the type UncheckedJSONSchemaType.

Is there anything that requires more attention while reviewing? No, the library is working unchanged.

utrumo avatar Dec 24 '24 18:12 utrumo

This solved my issue in for a required type: ['string', 'null'] field.

ezpuzz avatar Nov 10 '25 04:11 ezpuzz