Skip to content

Commit

Permalink
docs and scheme
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <[email protected]>
  • Loading branch information
Noxsios committed Jan 2, 2024
1 parent b27ed3b commit c93fabd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/3-create-a-zarf-package/4-zarf-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,12 +611,12 @@ must respect the following conditions

<details>
<summary>
<strong> <a name="components_items_required"></a>required</strong>
<strong> <a name="components_items_optional"></a>optional</strong>
</summary>
&nbsp;
<blockquote>

**Description:** Do not prompt user to install this component
**Description:** Prompt user to install this component on package deploy

| | |
| -------- | --------- |
Expand Down
6 changes: 5 additions & 1 deletion zarf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@
},
"required": {
"type": "boolean",
"description": "Do not prompt user to install this component"
"description": "[Deprecated] Do not prompt user to install this component"
},
"optional": {
"type": "boolean",
"description": "Prompt user to install this component on package deploy"
},
"only": {
"$schema": "http://json-schema.org/draft-04/schema#",
Expand Down

0 comments on commit c93fabd

Please sign in to comment.