@forge/manifest

12.3.0-next.412.3.0-next.5
out/schema/manifest-schema.json
~out/schema/manifest-schema.jsonModified
+6
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -28839,8 +28839,14 @@
                                     "light",
                                     "dark"
                                 ]
                             },
+                            "documentationLink": {
+                                "type": "string",
+                                "format": "uri",
+                                "pattern": "^https://",
+                                "description": "The link to the documentation of the vendor."
+                            },
                             "objectTypes": {
                                 "type": "array",
                                 "description": "Objects that the connector can provide.",
                                 "minItems": 1,