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

Configuration for the read phase

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

Summary

Types

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