Skip to content

Commit

Permalink
Add registry schemas to config file support (aws-cloudformation#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored and direvus committed Apr 12, 2021
1 parent c9775a9 commit 22ae382
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/cfnlint/data/CfnLintCli/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
"type": "string"
},
"type": "array"
},
"registry_schemas": {
"description": "One or more directories of CloudFormation Registry Resource Schemas",
"items": {
"type": "string"
},
"type": "array"
}
}
}

0 comments on commit 22ae382

Please sign in to comment.