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