CI-CMG / bathy-app

Autogrid 2.0 implemented in AWS
2 stars 0 forks source link

jsonschema not catching improperly formatted email addresses #1

Open jccartwright opened 1 month ago

jccartwright commented 1 month ago

in create_order/app.py, the jsonschema validation is not catching improperly formatted email addresses. Other validations appear to be working correctly

jccartwright commented 1 day ago

appears that jsonschema python package intentionally does not implement email validation and that will have to be implemented independently, e.g. with email-validator