@forge/manifest

12.9.1-next.012.10.0-next.1
out/schema/manifest-schema.json
~out/schema/manifest-schema.jsonModified
+16−4
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -2380,10 +2380,10 @@
                                                             "additionalProperties": false,
                                                             "properties": {
                                                                 "identifier": {
                                                                     "type": "string",
-                                                                    "description": "A unique identifier for the parameter. Must start with a lowercase letter and contain only lowercase alphanumeric characters, dashes, and underscores.\n",
-                                                                    "pattern": "^[a-z][a-z0-9_-]*$",
+                                                                    "description": "A unique identifier for the parameter. Must start with a letter and contain only alphanumeric characters, dashes, and underscores (camelCase is supported).\n",
+                                                                    "pattern": "^[a-zA-Z][a-zA-Z0-9_-]*$",
                                                                     "minLength": 1,
                                                                     "maxLength": 255
                                                                 },
                                                                 "type": {
@@ -2539,10 +2539,10 @@
                                                             "additionalProperties": false,
                                                             "properties": {
                                                                 "identifier": {
                                                                     "type": "string",
-                                                                    "description": "A unique identifier for the parameter. Must start with a lowercase letter and contain only lowercase alphanumeric characters, dashes, and underscores.\n",
-                                                                    "pattern": "^[a-z][a-z0-9_-]*$",
+                                                                    "description": "A unique identifier for the parameter. Must start with a letter and contain only alphanumeric characters, dashes, and underscores (camelCase is supported).\n",
+                                                                    "pattern": "^[a-zA-Z][a-zA-Z0-9_-]*$",
                                                                     "minLength": 1,
                                                                     "maxLength": 255
                                                                 },
                                                                 "type": {
@@ -12836,8 +12836,14 @@
                                         "minLength": 1,
                                         "maxLength": 47,
                                         "pattern": "^[a-zA-Z0-9_\\-]{1,23}(/[a-zA-Z0-9_\\-]{1,23})?$"
                                     },
+                                    "resolvedResourceEntry": {
+                                        "type": "string",
+                                        "minLength": 1,
+                                        "maxLength": 64,
+                                        "pattern": "^[a-zA-Z0-9._-]+$"
+                                    },
                                     "resourceUploadId": {
                                         "type": "string",
                                         "minLength": 1,
                                         "maxLength": 255
@@ -12941,8 +12947,14 @@
                                         "minLength": 1,
                                         "maxLength": 47,
                                         "pattern": "^[a-zA-Z0-9_\\-]{1,23}(/[a-zA-Z0-9_\\-]{1,23})?$"
                                     },
+                                    "resolvedResourceEntry": {
+                                        "type": "string",
+                                        "minLength": 1,
+                                        "maxLength": 64,
+                                        "pattern": "^[a-zA-Z0-9._-]+$"
+                                    },
                                     "resourceUploadId": {
                                         "type": "string",
                                         "minLength": 1,
                                         "maxLength": 255