Skip to content

Commit

Permalink
add enable_cross_manifest_validation to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jun 4, 2024
1 parent 1e4263e commit 2dad72f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 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 Down

0 comments on commit 2dad72f

Please sign in to comment.