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