'doc':'information about the author of the revision'
},
{
'name':'author_url',
'type':'string',
'doc':'link to `</api/1/person/>`_ to get information about the author of the revision'
},
{
'name':'committer',
'type':'object',
'doc':'information about the committer of the revision'
},
{
'name':'committer_url',
'type':'string',
'doc':'link to `</api/1/person/>`_ to get information about the committer of the revision'
},
{
'name':'committer_date',
'type':'string',
'doc':'ISO representation of the commit date (in UTC)'
},
{
'name':'date',
'type':'string',
'doc':'ISO representation of the revision date (in UTC)'
},
{
'name':'directory',
'type':'string',
'doc':'the unique identifier that revision points to'
},
{
'name':'directory_url',
'type':'string',
'doc':'link to `</api/1/directory/>`_ to get information about the directory associated to the revision'
},
{
'name':'id',
'type':'string',
'doc':'the revision unique identifier'
},
{
'name':'merge',
'type':'boolean',
'doc':'whether or not the revision corresponds to a merge commit'
},
{
'name':'message',
'type':'string',
'doc':'the message associated to the revision'
},
{
'name':'parents',
'type':'array',
'doc':'the parents of the revision, i.e. the previous revisions that head directly to it, each entry of that array contains an unique parent revision identifier but also a link to `</api/1/revision/>`_ to get more information about it'