Skip to content

Commit

Permalink
Add separator to schema.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Gondermann <gondermann@b1-systems.de>
  • Loading branch information
gndrmnn committed Aug 28, 2024
1 parent 001abff commit 5b255c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ image:
password: str(required=False)
shortname: str(required=False)
status: enum('active', 'deactivated')
separator: str(required=False)
tags: list(str())
versions: list(include('versions'))
visibility: enum('public', 'private', 'community', 'shared')
Expand Down

0 comments on commit 5b255c7

Please sign in to comment.