Model for a role
| name | data type | description |
|---|---|---|
| id | number | Role ID |
| name | map of string | Name in all possible translations |
| description | map of string | Description in all possible translations |
Example
{
"id" : 12345,
"name" : {
"property1" : "...",
"property2" : "..."
},
"description" : {
"property1" : "...",
"property2" : "..."
}
}