@forge/manifest

8.7.0-next.38.7.0-next.4
out/schema/basic-manifest-schema.json
~out/schema/basic-manifest-schema.jsonModified
+9
Index: package/out/schema/basic-manifest-schema.json
===================================================================
--- package/out/schema/basic-manifest-schema.json
+++ package/out/schema/basic-manifest-schema.json
@@ -35,8 +35,17 @@
                                 "nodejs18.x",
                                 "nodejs20.x",
                                 "nodejs22.x"
                             ]
+                        },
+                        "architecture": {
+                            "description": "Lambda architecture, its value can be either 'x86_64' or 'arm64'. Default value is 'x86_64'.",
+                            "title": "architecture",
+                            "type": "string",
+                            "enum": [
+                                "x86_64",
+                                "arm64"
+                            ]
                         }
                     },
                     "title": "runtime",
                     "type": "object",