Files
notifications-api/app
Leo Hemsted 61a5730596 add more friendly datetime validator to jsonschema
add `datetime` format (note, not the built-in `date-time`) to our json
schemas. this uses the iso8601 library to try and parse the string.

also, move `strict-rfc3339` and `rfc3987` (used by jsonschema to
validate `date-time` and `uri` formats respectively from test
requirements to regular requirements. if they're not installed,
validation silently succeeds, so validation wouldnt reject anything bad
on prod, only in unit tests.
2020-07-09 14:19:58 +01:00
..
2020-07-09 14:19:56 +01:00
2020-05-13 08:56:54 +01:00
2020-07-09 14:19:56 +01:00
2020-06-24 12:20:40 +01:00
2020-07-09 14:19:56 +01:00