{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-permission-structure.json", "title": "Permission", "type": "object", "properties": { "id": "string", "key": "string", "name": "string", "description": "string", "category": "string", "roleIds": "array" } }