npm package diff

Package: @forge/manifest

Versions: 10.8.0-next.5-experimental-ab371ba - 10.8.0-next.6

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
@@ -4852,8 +4852,14 @@
                                         "minLength": 1,
                                         "maxLength": 300,
                                         "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
                                     },
+                                    "routePrefix": {
+                                        "type": "string",
+                                        "minLength": 1,
+                                        "maxLength": 255,
+                                        "pattern": "^[a-z0-9\\-]+$"
+                                    },
                                     "function": {
                                         "type": "string",
                                         "minLength": 1,
                                         "maxLength": 255,
@@ -4864,8 +4870,9 @@
                                     }
                                 },
                                 "required": [
                                     "function",
+                                    "routePrefix",
                                     "key"
                                 ]
                             },
                             {
@@ -4954,14 +4961,21 @@
                                         ],
                                         "type": "string",
                                         "default": "default"
                                     },
+                                    "routePrefix": {
+                                        "type": "string",
+                                        "minLength": 1,
+                                        "maxLength": 255,
+                                        "pattern": "^[a-z0-9\\-]+$"
+                                    },
                                     "key": {
                                         "$ref": "#/definitions/ModuleKeySchema"
                                     }
                                 },
                                 "required": [
                                     "resource",
+                                    "routePrefix",
                                     "key"
                                 ]
                             }
                         ]