{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionResponseContentSoundcloud", "title": "ConnectionResponseContentSoundcloud", "description": "Response for connections with strategy=soundcloud", "allOf": [ { "type": "object", "properties": { "strategy": { "const": "soundcloud" }, "options": { "$ref": "#/components/schemas/ConnectionOptionsSoundcloud" } }, "required": [ "strategy" ] }, { "$ref": "#/components/schemas/ConnectionPurposes" }, { "$ref": "#/components/schemas/ConnectionResponseCommon" } ], "x-release-lifecycle": "deprecated" }