PermissionMetadata
urlstring
URL of the resource held by this permission
logo object
formatstring
Format of the logo
resourcestring
Resource of the logo
thematic object
uidstringrequired
Unique identifier of the thematic
names objectrequired
Localized names of the thematic (locale as key, name as value)
property name*string
orderintegerrequired
Display order of the thematic
PermissionMetadata
{
"url": "string",
"logo": {
"format": "string",
"resource": "string"
},
"thematic": {
"uid": "string",
"names": {},
"order": 0
}
}