npm package diff
Package: @forge/manifest
Versions: 10.1.1-next.2 - 10.1.1-next.3
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
@@ -5094,8 +5094,13 @@
],
"type": "string",
"default": "default"
},
+ "migratedFromConnect": {
+ "type": "boolean",
+ "default": false,
+ "description": "A flag indicating whether this custom content module was migrated from a Connect app."
+ },
"key": {
"$ref": "#/definitions/ModuleKeySchema"
}
},