Sha256: 6760b7e1d7933cb7f54ec99dcace1dcffdd32cc55dd62ef4543c7955ed5b6563

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

# frozen_string_literal: true

class OAPI::OpenAPI::V30::Links < OAPI::Types::Map
  class Link < OAPI::Types::Object
    property :operation_ref
    property :operation_id
    property :request_body
    property :description

    property :parameters # TODO: a custom type? https://spec.openapis.org/oas/v3.0.3#fixed-fields-16
    property :server, OAPI::OpenAPI::V30::Servers::Server
  end

  item :link, Link
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oapi-0.1.3 lib/oapi/open_api/v30/links.rb