Skip to content

Commit

Permalink
Set visibility to be public as default
Browse files Browse the repository at this point in the history
  • Loading branch information
johnksv committed Jan 16, 2024
1 parent eeb226c commit 12a9d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/partials/v1/team-info-metadata.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"visibility": {
"description": "Whenever the metadata in this manifest is considered to be exposed in e.g. a portal. Will default to public if not specified",
"type": "string",
"default": "PUBLIC",
"enum": [
"PRIVATE",
"PUBLIC"
Expand Down

0 comments on commit 12a9d4a

Please sign in to comment.