{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientSecretGoogleApps", "title": "ConnectionClientSecretGoogleApps", "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.", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientSecret" }, { "type": "string", "minLength": 1, "maxLength": 4096 } ] }