Skip to content

Commit

Permalink
update nested schema structure
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Nov 16, 2023
1 parent 5381bc5 commit 9397b33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schemas/dca_config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@
"schematic": {
"description": "Schematic configuration options",
"type": "object",
"requires": [ "manifest_generate", "model_validate", "model submit" ],
"requires": [ "manifest_generate", "model_validate", "model_submit" ],
"additionalProperties": false,
"properties": {
"manifest_generate": {
"description": "Parameters to pass to Schematic manifest generate",
"type": "object",
"requires": [ "output_format", "use_annotations" ],
"additionalProperties": false,
"properties": {
"output_format": {
"description": "Output type for downloaded manifests. excel or google_sheet",
Expand All @@ -101,6 +103,7 @@
"description": "Parameteres to pass to Schematic model validate",
"type": "object",
"requires": [ "restrict_rules" ],
"additionalProperties": false,
"properties": {
"restrict_rules": {
"description": "Schematic model validate option",
Expand All @@ -113,6 +116,7 @@
"type": "object",
"requires": [ "use_schema_labels", "table_manipulation",
"manifest_record_type", "hide_blanks" ],
"additionalProperties": false,
"properties": {
"use_schema_labels": {
"description": "Schematic model submit option",
Expand Down

0 comments on commit 9397b33

Please sign in to comment.