Class: Jsapi::Meta::SecurityScheme::Base

Inherits:
Model::Base show all
Defined in:
lib/jsapi/meta/security_scheme/base.rb

Instance Method Summary collapse

Methods inherited from Model::Base

#initialize, #inspect, #merge!, #reference?, #resolve

Methods included from Model::Attributes

#attributes_frozen?, #freeze_attributes, included

Constructor Details

This class inherits a constructor from Jsapi::Meta::Model::Base

Instance Method Details

#deprecatedObject

:attr: deprecated Specifies whether the security scheme is marked as deprecated.

Applies to OpenAPI 3.2 and higher.



17
# File 'lib/jsapi/meta/security_scheme/base.rb', line 17

attribute :deprecated, values: [true, false]

#descriptionObject

:attr: description The description of the security scheme.



10
# File 'lib/jsapi/meta/security_scheme/base.rb', line 10

attribute :description, String