View Source OpenAPI.Reader.Config (OpenAPI Generator v0.1.0-rc.0)

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