From 2150a5a221d39fe9835c3d973d2e9c8de33619b2 Mon Sep 17 00:00:00 2001 From: erohmensing Date: Tue, 8 Oct 2024 11:34:53 -0700 Subject: [PATCH] add new input spec field --- .../main/resources/airbyte_protocol/v0/airbyte_protocol.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml b/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml index 8f50dc7..2737f4a 100644 --- a/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml +++ b/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml @@ -710,6 +710,11 @@ definitions: } type: object existingJavaType: com.fasterxml.jackson.databind.JsonNode + oauth_connector_input_specification: + description: |- + TODO: OAuth specific blob. Pertains to the fields defined by the connector relating to the OAuth flow. + type: object + existingJavaType: com.fasterxml.jackson.databind.JsonNode complete_oauth_output_specification: description: |- OAuth specific blob. This is a Json Schema used to validate Json configurations produced by the OAuth flows as they are