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