Class: RSpec::OpenAPI::OperationConverter=Object.new

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/openapi/operation_converter.rb

Overview

Moves non-standard HTTP methods between the internal flat form (paths.<path>.<method>) and the 3.2 additionalOperations map. 3.2 keeps the 8 standard methods plus query as fixed fields; other verbs (COPY, MOVE, ...) go under additionalOperations. normalize! on read, to_additional_operations! on write.