From e7bf4a387272b0320b80f6f624a567b251801ed1 Mon Sep 17 00:00:00 2001 From: Nathan Freeman Date: Mon, 5 Feb 2024 16:30:02 -0600 Subject: [PATCH] Remove defaults from DataIntegrityProfiles --- src/api/specs/WorkflowsAPI.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/api/specs/WorkflowsAPI.yaml b/src/api/specs/WorkflowsAPI.yaml index 98296432..65d8905a 100644 --- a/src/api/specs/WorkflowsAPI.yaml +++ b/src/api/specs/WorkflowsAPI.yaml @@ -2866,7 +2866,6 @@ components: properties: type: type: string - default: "checksum" checksum_algo: $ref: "#/components/schemas/ETLEnumChecksumAlgorithm" checksums_path: @@ -2881,7 +2880,6 @@ components: properties: type: type: string - default: "donefile" done_files_path: type: string pattern: @@ -2894,7 +2892,6 @@ components: properties: type: type: string - default: "byte_check" DataIntegrityProfile: oneOf: