You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ajv does support combining multiple schemas for validation. There are some features within json-schema like $refwhich might not work properly if we are defining only a single schema. It might be good to update the schema property to be schemas and allow glob patterns like we do in files.
I am happy to look into doing this too. The attribute does make sense to rename plural like files but that would be a breaking change. LMK what your thoughts are on that.
The text was updated successfully, but these errors were encountered:
Ajv does support combining multiple schemas for validation. There are some features within json-schema like
$ref
which might not work properly if we are defining only a single schema. It might be good to update theschema
property to beschemas
and allow glob patterns like we do infiles
.I am happy to look into doing this too. The attribute does make sense to rename plural like
files
but that would be a breaking change. LMK what your thoughts are on that.The text was updated successfully, but these errors were encountered: