ExOpenApiUtils.Property (ex_open_api_utils v0.4.2)

Link to this section Summary

Link to this section Types

@type t() :: %ExOpenApiUtils.Property{
  key: atom(),
  schema: OpenApiSpex.Schema.t() | module(),
  source: atom()
}