admin-ch / CovidCertificate-Apidoc

API documentation for the integration of primary systems with the machine to machine API
73 stars 7 forks source link

Fix regular expressions for dates #8

Closed mlegner closed 3 years ago

mlegner commented 3 years ago

Fixes #4 (without addressing beginning or end of line).

Also adds comments about valid month/date combinations.

delixfe commented 3 years ago

Thanks for your pull request. As the format is already defined by ISO 8601 we do not need the regex. They were not used for validation.