From bcdd55e2d30704bd51e6f58461bb9956a4ced7aa Mon Sep 17 00:00:00 2001 From: Alexander Mattoni <5110855+mattoni@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:26:38 -0700 Subject: [PATCH] Remove deprecated job_id from task descriptor --- components/schemas/jobs/TaskDescriptor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/schemas/jobs/TaskDescriptor.yml b/components/schemas/jobs/TaskDescriptor.yml index 53b32824..8c579263 100644 --- a/components/schemas/jobs/TaskDescriptor.yml +++ b/components/schemas/jobs/TaskDescriptor.yml @@ -8,9 +8,6 @@ properties: action: type: string description: The action that was taken. - job_id: - type: string - description: The ID of the job associated with this task. job: type: object description: Contains some basic information about the job associated with this task.