Skip to content

Commit

Permalink
Staging schemas update (#153)
Browse files Browse the repository at this point in the history
* Add data_model_labels, annotation_keys, and table_column_names to schema

* Add global to required schematic options and a missing :
  • Loading branch information
afwillia authored Feb 28, 2024
1 parent 288b570 commit e3cf951
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/dca_config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"description": "Schematic configuration options",
"type": "object",
"required": [
"global",
"manifest_generate",
"model_validate",
"model_submit"
Expand All @@ -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" ]
Expand Down

0 comments on commit e3cf951

Please sign in to comment.