Need award/championship entity

I work a lot with professional wrestling and MMA (mixed martial arts) websites. Both activities see competitors contend for championships. Other activities see participants compete for awards.

It would be good if an Award type could be added to the schema.org specification to mark up such entities:

<article itemscope itemtype="http://schema.org/Award">
  <h1 itemprop="name">WWE Universal Championship</h1>
  <p>
    <strong>Current champion:</strong>
    <span itemprop="currentHolder" itemscope itemtype="http://schema.org/Person">
      <span itemprop="name">Brock Lesnar</span>
    </span>
  </p>
</article>