From 03711770b7a4fa63596c0bbf8a0f502ca0653891 Mon Sep 17 00:00:00 2001 From: Wietze Date: Tue, 3 Oct 2023 16:58:52 +0100 Subject: [PATCH] Enforcing YYYY-MM-DD format for dates --- YML-Schema.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/YML-Schema.yml b/YML-Schema.yml index dc3f775..250392f 100644 --- a/YML-Schema.yml +++ b/YML-Schema.yml @@ -26,6 +26,7 @@ mapping: required: true "Created": type: date + format: '%Y-%M-%d' required: true "Commands": type: seq