View Source OpenAPI.Spec.Server (OpenAPI Generator v0.1.1)

Raw server from the OpenAPI spec

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Spec.Server{
  description: String.t() | nil,
  url: String.t(),
  variables: %{optional(String.t()) => OpenAPI.Spec.Server.Variable.t()}
}