View Source OpenAPI.Spec.Link (OpenAPI Generator v0.2.0)

Raw link from the OpenAPI spec

Summary

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
}