OpenAPI validation result
Summary
Types
@type t() :: %ExUtcp.OpenApiConverter.Types.ValidationResult{ errors: [map()], operations_count: non_neg_integer(), security_schemes_count: non_neg_integer(), valid: boolean(), version: String.t() | nil, warnings: [map()] }