@forge/manifest

13.3.1-next.313.3.1-next.4
out/schema/manifest-schema.json
~out/schema/manifest-schema.jsonModified
+15
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -31794,15 +31794,27 @@
                             "source",
                             "key"
                         ],
                         "properties": {
+                            "name": {
+                                "description": "Internal only: inserted by XLS based on frontmatter of the SKILL.md file",
+                                "type": "string"
+                            },
+                            "description": {
+                                "description": "Internal only: inserted by XLS based on frontmatter of the SKILL.md file",
+                                "type": "string"
+                            },
                             "source": {
                                 "type": "object",
                                 "additionalProperties": false,
                                 "required": [
                                     "dir"
                                 ],
                                 "properties": {
+                                    "dirId": {
+                                        "description": "Internal only: inserted by XLS. The fileId of the zipped skill directory stored in Media Service.",
+                                        "type": "string"
+                                    },
                                     "dir": {
                                         "type": "string",
                                         "minLength": 1
                                     }
@@ -32900,8 +32912,11 @@
                                 ],
                                 "type": "string",
                                 "default": "iframe"
                             },
+                            "emitsReadyEvent": {
+                                "type": "boolean"
+                            },
                             "key": {
                                 "$ref": "#/definitions/ModuleKeySchema"
                             }
                         },