{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionProfileBitbucket", "title": "ConnectionProfileBitbucket", "description": "`profile` is a boolean that controls whether basic profile information (name, picture, email) is requested from Bitbucket during authentication. When `true`, the connection requests access to the user's basic profile data.", "default": true, "type": "boolean", "const": true }