{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json", "solution": { "name": "react-my-task-client-side-solution", "id": "7cd3a77c-8a8d-4742-9585-e17ca19bfe5d", "version": "1.0.0.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false, "webApiPermissionRequests": [ { "resource": "graph.microsoft.com", "scope": "Group.ReadWrite.All" }, { "resource": "graph.microsoft.com", "scope": "Directory.ReadWrite.All" }, { "resource": "graph.microsoft.com", "scope": "Directory.AccessAsUser.All" } ] }, "paths": { "zippedPackage": "solution/react-my-task.sppkg" } }