# frozen_string_literal: true json.extract! machine, :id, :name, :edition, :created_at, :updated_at json.url machine_url(machine, format: :json)