npm package diff

Package: @forge/manifest

Versions: 7.7.1 - 7.7.2-next.0

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
@@ -1453,8 +1453,14 @@
                                         ],
                                         "type": "string",
                                         "default": "block"
                                     },
+                                    "bodyType": {
+                                        "enum": [
+                                            "rich-text"
+                                        ],
+                                        "type": "string"
+                                    },
                                     "key": {
                                         "$ref": "#/definitions/ModuleKeySchema"
                                     }
                                 },