Skip to content

Commit

Permalink
docs and schema
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <harry@razzle.cloud>
  • Loading branch information
Noxsios committed Mar 13, 2024
1 parent 89e5486 commit 41907c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/3-create-a-zarf-package/4-zarf-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,22 @@ Must be one of:
</blockquote>
</details>

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

**Description:** Do not prompt user to install this component

| | |
| -------- | --------- |
| **Type** | `boolean` |

</blockquote>
</details>

<details open>
<summary>
<strong> <a name="components_items_only"></a>only</strong>
Expand Down
2 changes: 1 addition & 1 deletion zarf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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#",
Expand Down

0 comments on commit 41907c8

Please sign in to comment.