View Source OpenAPI.Spec.Link (OpenAPI Generator v0.1.0-rc.3)

Raw link from the OpenAPI spec

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Spec.Link{
  description: String.t() | nil,
  operation_id: String.t() | nil,
  operation_ref: String.t() | nil,
  parameters: %{optional(String.t()) => any()},
  request_body: any(),
  server: OpenAPI.Spec.Server.t() | nil
}