open_api_spex v3.4.0 OpenApiSpex.ServerVariable View Source

Defines the OpenApiSpex.ServerVariable.t type.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %OpenApiSpex.ServerVariable{
  default: String.t(),
  description: String.t() | nil,
  enum: [String.t()] | nil
}

Server Variable Object

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