Maps a tuple of schema builders to a tuple of their per-position validation result types. Union schema elements get UnionSchemaValidationResult, object schema elements get ObjectSchemaValidationResult, other types get ValidationResult.
UnionSchemaValidationResult
ObjectSchemaValidationResult
ValidationResult
Maps a tuple of schema builders to a tuple of their per-position validation result types. Union schema elements get
UnionSchemaValidationResult, object schema elements getObjectSchemaValidationResult, other types getValidationResult.