Using version 6.0.0-beta.1 of MicroElements.Swashbuckle.FluentValidation package.
For one contract object I use more validators with different rules. It is complex type, so SetValidator is used inside (also more than single validation for type, depending on top level validator type).
Such setup presents single validator rule sets in openapi, which does not reflects the configuration. Validation works as expected.
Using version 6.0.0-beta.1 of MicroElements.Swashbuckle.FluentValidation package.
For one contract object I use more validators with different rules. It is complex type, so SetValidator is used inside (also more than single validation for type, depending on top level validator type).
Such setup presents single validator rule sets in openapi, which does not reflects the configuration. Validation works as expected.