Skip to content

Commit

Permalink
Fix typo on required cloud field
Browse files Browse the repository at this point in the history
Didn't catch this one because I tested the validations on the
original version of the v2.0.1 PR and didn't re-test when adding
additional properties based on feedback.
  • Loading branch information
bsweger committed Mar 12, 2024
1 parent 2bb9456 commit a49efdf
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 @@ -646,7 +646,7 @@
"enabled": {"type": "boolean"},
"host": {
"type": "object",
"required": ["name", "storage_servce", "storage_location"],
"required": ["name", "storage_service", "storage_location"],
"properties": {
"name": {
"description": "Name of the cloud storage provider.",
Expand Down

0 comments on commit a49efdf

Please sign in to comment.