From 08d3d9d4672588ded3e467a7abf8683beeed875e Mon Sep 17 00:00:00 2001 From: jdwyant8-seczetta Date: Thu, 24 Aug 2023 10:25:43 -0400 Subject: [PATCH] NEROCKET-72 resolved lint. --- nerm/schemas/POST/Workflows/AutomatedWorkflow.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nerm/schemas/POST/Workflows/AutomatedWorkflow.yaml b/nerm/schemas/POST/Workflows/AutomatedWorkflow.yaml index 5fcc842..7624f61 100644 --- a/nerm/schemas/POST/Workflows/AutomatedWorkflow.yaml +++ b/nerm/schemas/POST/Workflows/AutomatedWorkflow.yaml @@ -70,11 +70,6 @@ properties: required: false description: If there are multiple rules against one workflow, this is the order that they are ran in. example: 1 - secondary_attribute_id: - type: string - required: false - description: - example: "cc844e99-9895-43d0-9d17-8f606b2158ba" type: type: string enum: [ @@ -98,5 +93,4 @@ properties: "comparison_operator": "==", "logical_operator": "AND", "value": "true", - "condition_type": "Workflow" }] \ No newline at end of file