{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OAuthCredentialsConfiguration", "title": "OAuthCredentialsConfiguration", "description": "The configuration for this source/destination based on the OAuth section of the relevant specification.", "type": "object", "example": { "credentials": { "client_id": "871d9b60-11d1-44cb-8c92-c246d53bf87e", "client_secret": "shhhhhh" } }, "x-speakeasy-component": true }