View Source OpenAPI.Spec.Server (OpenAPI Generator v0.2.0)
Raw server from the OpenAPI spec
Summary
Types
@type t() :: %OpenAPI.Spec.Server{ description: String.t() | nil, url: String.t(), variables: %{optional(String.t()) => OpenAPI.Spec.Server.Variable.t()} }