open_api_spex v2.0.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(),
  enum: [String.t()]
}

Server Variable Object

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