Skip to content

Commit

Permalink
Merge pull request #445 from Azure/topics
Browse files Browse the repository at this point in the history
Optional check evaluation
  • Loading branch information
erjosito authored Jun 27, 2023
2 parents b949e16 + ca8b213 commit 721d28f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions checklists/checklist.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
"simple": {
"type": "integer",
"description": "[EXPERIMENTAL] Documents the impact of this recommendation to the complexity of a solution."
},
"topics": {
"type":"array",
"description": "The topics that this recommendation applies to.",
"items": {
"type": "string",
"description": "The name of the topic."
}
}
},
"required": [
Expand Down

0 comments on commit 721d28f

Please sign in to comment.