@forge/manifest
13.1.0-next.513.1.0-next.6
out/schema/manifest-schema.json~
out/schema/manifest-schema.jsonModified+12
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -2247,8 +2247,20 @@
"minLength": 1,
"maxLength": 300,
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
},
+ "migrateFrom": {
+ "type": "array",
+ "minItems": 1,
+ "maxItems": 20,
+ "uniqueItems": true,
+ "items": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255,
+ "pattern": "^[a-zA-Z0-9-._]+$"
+ }
+ },
"resolver": {
"anyOf": [
{
"additionalProperties": false,