diff --git a/docs/3-create-a-zarf-package/4-zarf-schema.md b/docs/3-create-a-zarf-package/4-zarf-schema.md
index a518c1fa79..eea7694b99 100644
--- a/docs/3-create-a-zarf-package/4-zarf-schema.md
+++ b/docs/3-create-a-zarf-package/4-zarf-schema.md
@@ -605,6 +605,22 @@ Must be one of:
+
+
+ required
+
+
+
+
+**Description:** Do not prompt user to install this component
+
+| | |
+| -------- | --------- |
+| **Type** | `boolean` |
+
+
+
+
only
diff --git a/zarf.schema.json b/zarf.schema.json
index 6122e67939..0061f8a7b9 100644
--- a/zarf.schema.json
+++ b/zarf.schema.json
@@ -241,7 +241,7 @@
},
"required": {
"type": "boolean",
- "description": "[Deprecated] Do not prompt user to install this component"
+ "description": "Do not prompt user to install this component"
},
"only": {
"$schema": "http://json-schema.org/draft-04/schema#",