From a85bca57180a2a0b8a1733dfa3c2a9a2e81ebf35 Mon Sep 17 00:00:00 2001 From: afwillia Date: Wed, 28 Feb 2024 13:21:52 -0800 Subject: [PATCH] Add global to required schematic options and a missing : --- schemas/dca_config.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/dca_config.schema.json b/schemas/dca_config.schema.json index 0e19f09..fded992 100644 --- a/schemas/dca_config.schema.json +++ b/schemas/dca_config.schema.json @@ -96,6 +96,7 @@ "description": "Schematic configuration options", "type": "object", "required": [ + "global", "manifest_generate", "model_validate", "model_submit" @@ -107,7 +108,7 @@ "type": "object", "required": [ "data_model_labels" ], "properties": { - "data_model_labels" { + "data_model_labels": { "description": "Source for labels of the data model", "type": "string", "enum": [ "class_label", "display_label" ]