Sha256: 05be5d00600b00f20664e9948cb7242b636fafb209264cdb742f9f09f6c8ad24

Contents?: true

Size: 447 Bytes

Versions: 4

Compression:

Stored size: 447 Bytes

Contents

# frozen_string_literal: true

class OAPI::OpenAPI::V30::Info < OAPI::Types::Object
  class Contact < OAPI::Types::Object
    property :name
    property :url
    property :email
  end

  class License < OAPI::Types::Object
    property :name
    property :identifier
    property :url
  end

  property :title
  property :description
  property :terms_of_service
  property :version

  property :contact, Contact
  property :license, License
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
oapi-0.1.3 lib/oapi/open_api/v30/info.rb
oapi-0.1.2 lib/oapi/open_api/v30/info.rb
oapi-0.1.1 lib/oapi/open_api/v30/info.rb
oapi-0.1.0 lib/oapi/open_api/v30/info.rb