Skip to content

Commit

Permalink
Sync dca_config.schema.json with prod
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Williams <[email protected]>
  • Loading branch information
afwillia authored Dec 18, 2024
1 parent 887afd8 commit 537dce1
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions schemas/dca_config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,19 @@
"model_validate": {
"description": "Parameteres to pass to Schematic model validate",
"type": "object",
"required": [ "restrict_rules" ],
"required": [
"restrict_rules",
"enable_cross_manifest_validation"
],
"additionalProperties": false,
"properties": {
"restrict_rules": {
"description": "Schematic model validate option",
"type": "boolean"
},
"enable_cross_manifest_validation": {
"description": "Use cross manifest validation",
"type": "boolean"
}
}
},
Expand All @@ -152,7 +159,8 @@
"manifest_record_type",
"hide_blanks",
"annotation_keys",
"table_column_names"
"table_column_names",
"file_annotations_upload"
],
"additionalProperties": false,
"properties": {
Expand All @@ -179,8 +187,12 @@
"hide_blanks": {
"description": "Schematic model submit option",
"type": "boolean"
},
"file_annotations_upload": {
"description": "Choose to add annotations to files during upload",
"type": "boolean"
}
}
}
}
}
}
Expand Down

0 comments on commit 537dce1

Please sign in to comment.