Class: R2OAS::Schema::V3::Base

Inherits:
Base show all
Defined in:
lib/r2-oas/schema/v3/base.rb

Constant Summary collapse

SUPPORT_COMPONENTS_OBJECTS =
%w[
  schemas
  requestBodies
  securitySchemes
  parameters
  responses
  examples
  headers
  links
  callbacks
].freeze

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from R2OAS::Base

Instance Method Details

#support_components_objectsObject



22
23
24
# File 'lib/r2-oas/schema/v3/base.rb', line 22

def support_components_objects
  SUPPORT_COMPONENTS_OBJECTS
end