{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateConnectionRequestContentGoogleOAuth2", "title": "UpdateConnectionRequestContentGoogleOAuth2", "description": "Update a connection with strategy=google-oauth2", "allOf": [ { "$ref": "#/components/schemas/ConnectionCommon" }, { "type": "object", "properties": { "options": { "$ref": "#/components/schemas/ConnectionOptionsGoogleOAuth2" } } }, { "$ref": "#/components/schemas/ConnectionPurposes" } ] }