View Source OpenApiSpex.ServerVariable (open_api_spex v3.18.3)

Defines the OpenApiSpex.ServerVariable.t type.

Link to this section Summary

Link to this section Types

@type t() :: %OpenApiSpex.ServerVariable{
  default: String.t(),
  description: String.t() | nil,
  enum: [String.t()] | nil,
  extensions: %{required(String.t()) => any()} | nil
}

Server Variable Object

An object representing a Server Variable for server URL template substitution.