Skip to content

Commit f442e69

Browse files
committed
refactor: rename ajv date / time formats
1 parent bbf9412 commit f442e69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

resources/schemas/cli.config.schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,15 @@
267267
- type: object
268268
properties:
269269
interval: { const: weekly }
270-
day: { type: string, format: weekday }
271-
time: { type: string, format: time }
270+
day: { type: string, format: weekday-name }
271+
time: { type: string, format: plain-time }
272272
timezone: { type: string, format: timezone }
273273
additionalProperties: false
274274
required: [interval]
275275
- type: object
276276
properties:
277277
interval: { enum: [daily, monthly, quarterly, semiannually, yearly] }
278-
time: { type: string, format: time }
278+
time: { type: string, format: plain-time }
279279
timezone: { type: string, format: timezone }
280280
additionalProperties: false
281281
required: [interval]

0 commit comments

Comments
 (0)