Raw server variable from the OpenAPI spec
@type t() :: %OpenAPI.Spec.Server.Variable{ default: String.t(), description: String.t() | nil, enum: [String.t(), ...] | nil }