@forge/manifest

13.1.0-next.2-experimental-9423de113.1.0-next.3
out/schema/manifest-schema.json
~out/schema/manifest-schema.jsonModified
+13−4
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -31609,15 +31609,24 @@
                     "type": "array",
                     "items": {
                         "type": "object",
                         "required": [
-                            "path",
+                            "source",
                             "key"
                         ],
                         "properties": {
-                            "path": {
-                                "type": "string",
-                                "pattern": "^resource:[^;]+;.+$"
+                            "source": {
+                                "type": "object",
+                                "additionalProperties": false,
+                                "required": [
+                                    "dir"
+                                ],
+                                "properties": {
+                                    "dir": {
+                                        "type": "string",
+                                        "minLength": 1
+                                    }
+                                }
                             },
                             "dependencies": {
                                 "type": "object",
                                 "properties": {