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
But I'm trying to setup JSONSchema validation on github action with large and complex data. So, it's preferable to present all the issues from the sigle run.
How about adding validateall, which returns Array{SingleIssue, 1} for all the validations?
The text was updated successfully, but these errors were encountered:
Currentely
validate(data, schema)
only returns SingleIssue, even if there are more than 1 failure.But I'm trying to setup JSONSchema validation on github action with large and complex data. So, it's preferable to present all the issues from the sigle run.
How about adding
validateall
, which returnsArray{SingleIssue, 1}
for all the validations?The text was updated successfully, but these errors were encountered: