View Source Internal.Schema.Read (openapi_compiler v1.0.0-beta.18)

TODO

Link to this section Summary

Link to this section Types

@type address() :: %{
  :city => String.t(),
  optional(:country) => String.t() | nil,
  lineOne: String.t(),
  lineTwo: String.t()
}
Link to this type

one_of_discriminated_defined()

View Source
@type one_of_discriminated_defined() ::
  %{type: String.t()}
  | %{
      :city => String.t(),
      optional(:country) => String.t() | nil,
      lineOne: String.t(),
      lineTwo: String.t(),
      type: String.t()
    }
Link to this type

one_of_discriminated_normal()

View Source
@type one_of_discriminated_normal() ::
  %{type: String.t()}
  | %{
      :city => String.t(),
      optional(:country) => String.t() | nil,
      lineOne: String.t(),
      lineTwo: String.t(),
      type: String.t()
    }
Link to this type

one_of_undiscriminated()

View Source
@type one_of_undiscriminated() :: test2() | address()
@type test2() :: integer()

Bla Bla

@type test() :: integer() | nil

Bla Bla