From json file with the structure Tomogram api creates an object and adding methods to fast search requests and responses with json-schemes.
gem 'tomogram_routing'
require 'tomogram_routing'
tomogram = TomogramRouting::Tomogram.craft(tomogram.json)
expect_request = tomogram.find_request(method:, path:)
expect_responses = expect_request.find_responses(status:)