# File lib/chef/formatters/error_descriptor.rb, line 47
      def for_json()
        {
          'title' => @title,
          'sections' => @sections
        }
      end