ExUtcp.OpenApiConverter.Types.ValidationResult (ex_utcp v0.3.2)

Copy Markdown View Source

OpenAPI validation result

Summary

Types

t()

@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()]
}