{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PermissionSet", "type": "object", "properties": { "id": { "type": "string" }, "roleId": { "type": "string", "description": "The permission set role ID" }, "displayName": { "type": "string", "description": "The permission set display name" }, "scope": { "type": "string" }, "appId": { "type": "string" }, "extensionName": { "type": "string" } } }