:get do key :summary, 'Find Pet by ID' key :description, 'Returns a single pet if the user key :operationId, 'findPetById' key :tags, [ 'pet' ] parameter do key :name, :id key :in, :path key :description, 'ID of pet to fetch' key :required, true key :type, :integer key :format, :int64 end response 200 do