Skip to content

Commit

Permalink
feat: add new property to validation schema
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet committed Nov 21, 2023
1 parent 1198a6d commit aedbcb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/rule_schema.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@
},
"associated_recipe": {
"type": "string"
},
"cloud_code_suggestions": {
"type": "boolean"
}
},
"required": [
Expand Down

0 comments on commit aedbcb7

Please sign in to comment.