Skip to content

Commit

Permalink
Update dca_config.schema.json
Browse files Browse the repository at this point in the history
Add `enable_cross_manifest_validation` to schema

Signed-off-by: Anthony Williams <[email protected]>
  • Loading branch information
afwillia authored Oct 31, 2024
1 parent 40372dd commit 40d428b
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 40d428b

Please sign in to comment.