The role object =============== Attributes ---------- * ``id`` integer The role identifier. * ``type`` string The type of role can be of ``sign`` or ``review``. * ``color`` string A hexadecimal color. Example """"""" .. code-block:: json { "id": 1, "type": "sign", "color":"#EE8320" }