{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "https://wix-rich-content/sound-cloud-content-data-schema.json",
    "type": "object",
    "properties": {
      "src": {
        "$id": "/properties/src",
        "type": "string",
        "title": "soundcloud Source URL",
        "default": "",
        "examples": ["https://www.youtube.com/watch?v=eqZVIiD6wSg"]
      },
      "config": {
        "$id": "/properties/config",
        "type": "object",
        "properties": {
          "size": {
            "$id": "/properties/config/properties/size",
            "type": "string",
            "title": "Size",
            "default": "large",
            "examples": ["medium", "small", "large"]
          },
          "alignment": {
            "$id": "/properties/config/properties/alignment",
            "type": "string",
            "title": "The Alignment Schema ",
            "default": "center",
            "examples": ["left", "right", "center"]
          },
          "textWrap": {
            "$id": "/properties/config/properties/textWrap",
            "type": "string",
            "title": "The Textwrap Schema ",
            "default": "nowrap",
            "examples": ["nowrap"]
          }
        }
      }
    },
    "required": ["src"]
  }
  