Skip to content

Commit

Permalink
Add v2.0.1 to accommodate cloud settings
Browse files Browse the repository at this point in the history
This changeset adds an optional cloud group to admin-schema.json.
If cloud.enabled is set to true, then the cloud.host properties
must also be provided.
  • Loading branch information
bsweger committed Feb 29, 2024
1 parent 326fd18 commit dbc5be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.0.1/admin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
"required": ["name", "storage"],
"properties": {
"name": {
"description": "Name of the hub cloud storage provider.",
"description": "Name of the cloud storage provider.",
"type": "string",
"enum": ["aws"]
},
Expand Down

0 comments on commit dbc5be9

Please sign in to comment.