{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UserPermission", "type": "object", "properties": { "id": { "type": "string" }, "roleId": { "type": "string" }, "displayName": { "type": "string" }, "company": { "type": "string" }, "scope": { "type": "string" }, "appId": { "type": "string" } } }