@forge/manifest

7.10.0-next.67.10.0-next.7
out/schema/manifest-schema.json
~out/schema/manifest-schema.jsonModified
+12
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -8744,8 +8744,14 @@
                                     },
                                     "refreshable": {
                                         "type": "boolean"
                                     },
+                                    "connectKeys": {
+                                        "type": "array",
+                                        "items": {
+                                            "type": "string"
+                                        }
+                                    },
                                     "displayConditions": {
                                         "type": "object",
                                         "properties": {}
                                     },
@@ -8924,8 +8930,14 @@
                                     },
                                     "refreshable": {
                                         "type": "boolean"
                                     },
+                                    "connectKeys": {
+                                        "type": "array",
+                                        "items": {
+                                            "type": "string"
+                                        }
+                                    },
                                     "displayConditions": {
                                         "type": "object",
                                         "properties": {}
                                     },