From cf8d34bbe2169bf7361b3e56d766b482f3c24fb5 Mon Sep 17 00:00:00 2001 From: cuishuo Date: Tue, 26 Apr 2022 17:22:39 +0800 Subject: [PATCH] Remove stale required key in OpenAPI config --- airbyte-api/src/main/openapi/config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/airbyte-api/src/main/openapi/config.yaml b/airbyte-api/src/main/openapi/config.yaml index 477d7ee688da..c1fdc0044d4b 100644 --- a/airbyte-api/src/main/openapi/config.yaml +++ b/airbyte-api/src/main/openapi/config.yaml @@ -3143,7 +3143,6 @@ components: WebBackendConnectionCreate: type: object required: - - connection - sourceId - destinationId - status