Skip to content

Commit

Permalink
Add DUT to general section
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Feb 13, 2025
1 parent 31e7961 commit 7a1007b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/loculus/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,17 +822,20 @@
"type": "object",
"properties": {
"enabled": {
"groups": ["general"],
"type": "boolean",
"description": "Whether this Loculus instance handles data use terms."
},
"urls": {
"type": "object",
"properties": {
"open": {
"groups": ["general"],
"type": "string",
"description": "A URL describing the open data use terms."
},
"restricted": {
"groups": ["general"],
"type": "string",
"description": "A URL describing the restricted data use terms."
}
Expand Down

0 comments on commit 7a1007b

Please sign in to comment.