Skip to content

Commit ae2c1b5

Browse files
committed
fix(schemas): remove redundant patterns from date-time defs
The pre-defined date-time, unlike the full date-time format expected by GitVerison, requires `[zZ]|([-+]([zZ]|([01][0-9]|2[0-3]):[0-5][0-9]))`
1 parent 72f87d0 commit ae2c1b5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

schemas/5.12/GitVersion.configuration.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@
386386
},
387387
"Nullable\u006012": {
388388
"format": "date-time",
389-
"pattern": "\u0027yyyy-MM-ddTHH:mm:ss\u0027",
390389
"description": "Commits before this date will be ignored. Format: yyyy-MM-ddTHH:mm:ss.",
391390
"type": [
392391
"string",

schemas/6.0/GitVersion.configuration.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@
331331
},
332332
"nullableOfDateTimeOffset": {
333333
"format": "date-time",
334-
"pattern": "\u0027yyyy-MM-ddTHH:mm:ss\u0027",
335334
"description": "Commits before this date will be ignored. Format: yyyy-MM-ddTHH:mm:ss.",
336335
"type": [
337336
"string",

0 commit comments

Comments
 (0)