Skip to content

Commit

Permalink
add erratum in card schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mougy committed Jan 27, 2025
1 parent 99d6b93 commit e5aa147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/card_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
"pattern": "^[0-9a-z]{5}[0-9a-z]?$",
"type": "string"
},
"erratum": {
"minLength": 1,
"type": "string"
},
"escalation_threat": {
"minimum": -1,
"type": "integer"
Expand Down

0 comments on commit e5aa147

Please sign in to comment.