@forge/manifest

13.1.0-next.113.1.0-next.2
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
@@ -23206,8 +23206,11 @@
                                         "minLength": 1,
                                         "maxLength": 300,
                                         "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
                                     },
+                                    "useAsConfig": {
+                                        "type": "boolean"
+                                    },
                                     "resource": {
                                         "type": "string",
                                         "minLength": 1,
                                         "maxLength": 23,
@@ -23266,8 +23269,11 @@
                                         "minLength": 1,
                                         "maxLength": 300,
                                         "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
                                     },
+                                    "useAsConfig": {
+                                        "type": "boolean"
+                                    },
                                     "resolver": {
                                         "oneOf": [
                                             {
                                                 "additionalProperties": false,
@@ -23518,8 +23524,11 @@
                                         "minLength": 1,
                                         "maxLength": 300,
                                         "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
                                     },
+                                    "useAsGetStarted": {
+                                        "type": "boolean"
+                                    },
                                     "resource": {
                                         "type": "string",
                                         "minLength": 1,
                                         "maxLength": 23,
@@ -23578,8 +23587,11 @@
                                         "minLength": 1,
                                         "maxLength": 300,
                                         "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
                                     },
+                                    "useAsGetStarted": {
+                                        "type": "boolean"
+                                    },
                                     "resolver": {
                                         "oneOf": [
                                             {
                                                 "additionalProperties": false,