Skip to content

Commit 565d787

Browse files
committed
Update dynamic-file.yaml
1 parent c73e67f commit 565d787

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/src/controlman/_data/schema/def/dynamic-file.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ properties:
4949
type:
5050
summary: Format of the dynamic file.
5151
description: |
52-
If `txt` is selected, the content will be written to the given file as is.
52+
If `txt` or `exec` is selected, the content will be written to the given file as is.
5353
For other types, the content will be written in the specified format.
5454
type: string
55-
enum: [ yaml, json, toml, md, txt ]
55+
enum: [ yaml, json, toml, md, txt, exec ]
5656
path:
5757
summary: Path to write the output file.
5858
description: |

0 commit comments

Comments
 (0)