Skip to content

Commit

Permalink
fix: don't require connection_uri in SMTP (ory#3861)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored and mpauly-exnaton committed Feb 12, 2025
1 parent ad925c5 commit fc2c132
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions embedx/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
"description": "The HTTP headers that must be applied to the Web-Hook",
"additionalProperties": {
"type": "string"
}
},
}
},
"body": {
"type": "string",
"oneOf": [
Expand Down Expand Up @@ -2059,7 +2059,6 @@
"default": "localhost"
}
},
"required": ["connection_uri"],
"additionalProperties": false
},
"sms": {
Expand Down

0 comments on commit fc2c132

Please sign in to comment.