Skip to content

Commit

Permalink
add new input spec field
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Oct 8, 2024
1 parent 226ac3b commit 2150a5a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2150a5a

Please sign in to comment.