File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -169,11 +169,14 @@ overrides:
169169
170170# # aep-142-time-field-suffix
171171
172- **Rule**: Timestamp fields must end in \_time suffix.
172+ **Rule**: Scalar timestamp fields must end in \_time suffix.
173173
174- This rule enforces that all timestamp fields (those with `type : string` and
174+ This rule enforces that scalar timestamp fields (those with `type : string` and
175175`format : date-time`) end with the `_time` suffix, as specified in AEP-142.
176176
177+ **Note:** This rule only validates scalar fields. Array timestamp fields
178+ (which should use `_times` suffix) are validated by the `aep-142-time-field-type` rule.
179+
177180# ## Details
178181
179182This rule checks all fields with `format : date-time` and ensures they end in
You can’t perform that action at this time.
0 commit comments