{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateConnectionRequestContentSoundcloud", "title": "CreateConnectionRequestContentSoundcloud", "description": "Create a connection with strategy=soundcloud", "allOf": [ { "type": "object", "properties": { "strategy": { "const": "soundcloud" }, "options": { "$ref": "#/components/schemas/ConnectionOptionsSoundcloud" } }, "required": [ "strategy" ] }, { "$ref": "#/components/schemas/CreateConnectionCommon" } ], "x-release-lifecycle": "deprecated" }