npm package diff

Package: @forge/manifest

Versions: 8.2.1-next.1 - 8.2.1-next.2

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
@@ -763,8 +763,36 @@
                         "$schema": "http://json-schema.org/draft-07/schema#",
                         "additionalProperties": true,
                         "description": "A Forge Remote definition.",
                         "properties": {
+                            "regionBaseUrls": {
+                                "type": "object",
+                                "propertyNames": {
+                                    "enum": [
+                                        "EU",
+                                        "US",
+                                        "AU",
+                                        "DE",
+                                        "SG",
+                                        "CA",
+                                        "IN",
+                                        "KR",
+                                        "JP",
+                                        "GB",
+                                        "CH",
+                                        "default"
+                                    ]
+                                },
+                                "patternProperties": {
+                                    ".+": {
+                                        "type": "string",
+                                        "minLength": 1
+                                    }
+                                },
+                                "required": [
+                                    "default"
+                                ]
+                            },
                             "baseUrl": {
                                 "oneOf": [
                                     {
                                         "type": "string"