{ "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json", "solution": { "name": "react-graph-telephonedirectory-client-side-solution", "id": "e1a26cc8-a086-454f-9f16-9aeb0a276bcc", "version": "1.1.0.0", "includeClientSideAssets": true, "isDomainIsolated": true, "developer": { "name": "Contoso", "privacyUrl": "https://contoso.com/privacy", "termsOfUseUrl": "https://contoso.com/terms-of-use", "websiteUrl": "https://contoso.com/my-app", "mpnId": "m365pnp" }, "webApiPermissionRequests": [ { "resource": "Microsoft Graph", "scope": "Directory.Read.All" }, { "resource": "Microsoft Graph", "scope": "User.Read" } ] }, "paths": { "zippedPackage": "solution/react-graph-telephonedirectory.sppkg" } }