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
type DomainTemplate Struct {
Array templateNames;
Array params (optional);
}
When validating this object against its schema, it only validates the templateNames array and just ignores params array. Quick look at the code shows that it returns the value of the first array validation rather than only returning if there is a failure and continuing with the other fields.
The text was updated successfully, but these errors were encountered:
If I have the following rdl:
type DomainTemplate Struct {
Array templateNames;
Array params (optional);
}
When validating this object against its schema, it only validates the templateNames array and just ignores params array. Quick look at the code shows that it returns the value of the first array validation rather than only returning if there is a failure and continuing with the other fields.
The text was updated successfully, but these errors were encountered: