alphagov / notifications-api

GOV.UK Notify API
https://www.notifications.service.gov.uk/documentation
MIT License
65 stars 25 forks source link

Update DVLA letter callback spec #4230

Closed klssmith closed 3 weeks ago

klssmith commented 3 weeks ago

DVLA have informed us that their Print Date variable is actually productionRunDate, and is in local time rather than UTC. This updates the callback to use the new name and timezone.

We can no longer use the built-in JSON schema validator of date-time, so have to use a custom validator.