{ "$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json", "id": "b481f418-6058-4514-8b68-d500bd3bab42", "alias": "GraphSchemaExtensionWebPart", "componentType": "WebPart", // The "*" signifies that the version should be taken from the package.json "version": "*", "manifestVersion": 2, // If true, the component can only be installed on sites where Custom Script is allowed. // Components that allow authors to embed arbitrary script code should set this to true. // https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f "requiresCustomScript": false, "preconfiguredEntries": [{ "groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Other "group": { "default": "Other" }, "title": { "default": "GraphSchemaExtension" }, "description": { "default": "Sample on how to get custom schema extensions using MS Graph API and how to update the value" }, "officeFabricIconFontName": "Page", "properties": { "description": "GraphSchemaExtension" } }] }