{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-role-structure.json", "title": "Role", "type": "object", "properties": { "id": "string", "key": "string", "name": "string", "description": "string", "permissions": "array", "tenantId": "string", "isDefault": "boolean" } }