View Source OpenAPI.Reader.Config (OpenAPI Generator v0.1.1)

Configuration for the read phase

For more information, see the Configuration section of the documentation for OpenAPI.Reader.

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Reader.Config{
  additional_files: [String.t()],
  file: String.t() | nil,
  passed_files: [String.t()]
}