From 3dbad3e9b4155c22022559ddd067d25af927a5f8 Mon Sep 17 00:00:00 2001 From: raphaelgazzotti Date: Thu, 26 Feb 2026 12:42:13 +0100 Subject: [PATCH] Fix date-time format. --- schemas/serviceDeployment.schema.tpl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/serviceDeployment.schema.tpl.json b/schemas/serviceDeployment.schema.tpl.json index 1861bd0..d9f9204 100644 --- a/schemas/serviceDeployment.schema.tpl.json +++ b/schemas/serviceDeployment.schema.tpl.json @@ -31,7 +31,7 @@ "endTime": { "type": "string", "_formats": [ - "datetime" + "date-time" ], "_instruction": "Enter the date and time at which this deployment ended, formatted acoording to ISO-8601." }, @@ -57,7 +57,7 @@ "startTime": { "type": "string", "_formats": [ - "datetime" + "date-time" ], "_instruction": "Enter the date and time at which this deployment was started, formatted acoording to ISO-8601." },