fix: end time naming

This commit is contained in:
Mattia Belletti
2025-07-07 13:59:27 +02:00
parent 2ccfaa4f45
commit 862e0337ce

View File

@@ -37,7 +37,7 @@ export function exportGetSessionsSchema(z: Z) {
example: "2025-01-06T14:46:38.000Z",
}),
end_time: z.date().openapi({
title: "Start Time",
title: "End Time",
description: "Time of the last log event for this session",
example: "2025-01-06T14:46:38.000Z",
}),