Commit 65b1def5 authored by Frank Fransen's avatar Frank Fransen
Browse files

corrected regex in Date

parent ce03376d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -489,7 +489,7 @@
    },
    "Date": {
      "type": "string",
      "pattern": "[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])",
      "pattern": "^[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$",
      "description": "Date in format YYYY-MM-DD according to ISO 8601"
    },
    "Organisation": {