Options for the 'bitbucket' connection
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsBitbucket", "title": "ConnectionOptionsBitbucket", "description": "Options for the 'bitbucket' connection", "type": "object", "additionalProperties": true, "allOf": [ { "$ref": "#/components/schemas/ConnectionOptionsCommon" }, { "type": "object", "properties": { "client_id": { "$ref": "#/components/schemas/ConnectionClientIDBitbucket" }, "client_secret": { "$ref": "#/components/schemas/ConnectionClientSecretBitbucket" }, "freeform_scopes": { "$ref": "#/components/schemas/ConnectionScopeArray" }, "profile": { "$ref": "#/components/schemas/ConnectionProfileBitbucket" }, "scope": { "$ref": "#/components/schemas/ConnectionScopeArray" }, "set_user_root_attributes": { "$ref": "#/components/schemas/ConnectionSetUserRootAttributesEnum" } } } ] }