Skip to content

Commit

Permalink
Update JsonSchema.kt (eu-digital-green-certificates#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchulzeStTSI authored Jun 16, 2021
1 parent 68d247f commit 7bb42b9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const val JSON_SCHEMA_V1 = "{\n" +
" \"title\": \"Date of birth\",\n" +
" \"description\": \"Date of Birth of the person addressed in the DGC. ISO 8601 date format restricted to range 1900-2099\",\n" +
" \"type\": \"string\",\n" +
" \"pattern\": \"^(19|20)\\\\d{2}(-\\\\d{2}(-\\\\d{2}(T\\\\d{2}:\\\\d{2}:\\\\d{2})?)?)?\$\",\n" +
" \"examples\": [\n" +
" \"1979-04-14\"\n" +
" ]\n" +
Expand Down

0 comments on commit 7bb42b9

Please sign in to comment.