You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas-core/src/main/resources/avro/psi/analysis.avsc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -495,7 +495,7 @@
495
495
"string"
496
496
],
497
497
"default": null,
498
-
"doc": "If possible, a full ISO-8601 formatted date time string in the UTC time zone for the analyzed instant value. If instantPrecision does not include time, day, or month, the value is the assumed date time the instant ends, e.g. the last day of a month or year"
498
+
"doc": "If possible, a full ISO-8601 formatted date time string in the UTC time zone for the end analyzed instant value. The actual or assumed end date time based on precision of original data"
499
499
},
500
500
{
501
501
"name": "instantYear",
@@ -522,7 +522,7 @@
522
522
"int"
523
523
],
524
524
"default": null,
525
-
"doc": "If instantPrecision does not include day, an integer indicating the assumed day of year the instant ends, e.g. the last day of a month or year"
525
+
"doc": "An integer indicating the actual or assumed day of year the instant ends depending on the precision of the original content, e.g. the last day of a month or year."
526
526
},
527
527
{
528
528
"name": "instantDayOfMonth",
@@ -540,7 +540,7 @@
540
540
"int"
541
541
],
542
542
"default": null,
543
-
"doc": "If instantPrecision does not include day, an integer indicating the assumed day of month the instant ends, e.g. the last day of a month or year"
543
+
"doc": "An integer indicating the actual or assumed day of month the instant ends depending on precision, e.g. the last day of a month or year"
0 commit comments