diff --git a/sdks/ts/src/api/schemas/$Execution.ts b/sdks/ts/src/api/schemas/$Execution.ts index 0494c10d5..aa7617556 100644 --- a/sdks/ts/src/api/schemas/$Execution.ts +++ b/sdks/ts/src/api/schemas/$Execution.ts @@ -38,12 +38,12 @@ export const $Execution = { created_at: { type: "string", isRequired: true, - format: "uuid", + format: "date-time", }, updated_at: { type: "string", isRequired: true, - format: "uuid", + format: "date-time", }, }, } as const;