From a49efdf8ab8e731e1bbb6a277a26ad90b65bbfd6 Mon Sep 17 00:00:00 2001 From: Becky Sweger Date: Tue, 12 Mar 2024 14:04:49 -0400 Subject: [PATCH] Fix typo on required cloud field 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. --- v2.0.1/admin-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2.0.1/admin-schema.json b/v2.0.1/admin-schema.json index 3be358d..df6a150 100644 --- a/v2.0.1/admin-schema.json +++ b/v2.0.1/admin-schema.json @@ -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.",