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

{
    "id": 1,
    "type": "sign",
    "color":"#EE8320"
}