{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PermissionScope", "type": "object", "properties": { "adminConsentDescription": { "type": "string" }, "adminConsentDisplayName": { "type": "string" }, "id": { "type": "string" }, "isEnabled": { "type": "boolean" }, "type": { "type": "string" }, "userConsentDescription": { "type": "string" }, "userConsentDisplayName": { "type": "string" }, "value": { "type": "string" } } }