{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientSecretGoogleOAuth2", "title": "ConnectionClientSecretGoogleOAuth2", "description": "Your Google OAuth 2.0 client secret. You can find this in your [Google Cloud Console](https://console.cloud.google.com/apis/credentials) under the OAuth 2.0 Client IDs section.", "type": "string", "minLength": 1, "maxLength": 255 }