With the SDK now supporting union types, is it pos...
# singer-tap-development
r
With the SDK now supporting union types, is it possible to express a config schema that accepts one of multiple valid property sets (without a discriminator property)? For example: •
access_token
(i.e. use my access token) •
client_id
,
client_secret
and
refresh_token
(i.e. use my OAuth credentials to generate an access token internally) •
access_token
,
client_id
,
client_secret
and
refresh_token
(i.e. use my access token, and fallback to my OAuth credentials if there is a problem)