npm package diff

Package: @forge/manifest

Versions: 9.0.0-next.13-experimental-1aaebb0 - 9.0.0-next.14

File: package/out/schema/manifest-schema.json

Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -206,8 +206,25 @@
                             }
                         }
                     ]
                 },
+                "access": {
+                    "additionalProperties": false,
+                    "required": [
+                        "userAccess"
+                    ],
+                    "type": "object",
+                    "title": "access",
+                    "description": "Options related to app access control",
+                    "properties": {
+                        "userAccess": {
+                            "type": "boolean",
+                            "default": false,
+                            "title": "userAccess",
+                            "description": "Whether to enable user access control for this app. Default value of false."
+                        }
+                    }
+                },
                 "licensing": {
                     "additionalProperties": false,
                     "required": [
                         "enabled"