Skip to content

Commit

Permalink
fix: config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jan 19, 2024
1 parent 1258761 commit f47c55c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions embedx/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,9 @@
"properties": {
"email": {
"$ref": "#/definitions/emailCourierTemplate"
},
"sms": {
"$ref": "#/definitions/smsCourierTemplate"
}
},
"required": ["email"]
Expand Down

0 comments on commit f47c55c

Please sign in to comment.