@forge/manifest

12.1.0-next.012.1.0-next.1
out/schema/manifest-schema.json
out/schema/manifest-schema.json
+4−1
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -29954,9 +29954,12 @@
         },
         "ContainerResourcesSchema": {
             "type": "object",
             "additionalProperties": false,
-            "required": ["cpu", "memory"],
+            "required": [
+                "cpu",
+                "memory"
+            ],
             "properties": {
                 "cpu": {
                     "$ref": "#/definitions/ContainerCpuResourceSchema",
                     "description": "The reserved amount of CPU for the container"