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