{
  "id": "alternate-syntax",
  "title": "My Cool Slice",
  "description": "How are you?",
  "variations": [
    {
      "id": "my-variation",
      "primary": {
        "title": {
          "type": "StructuredText",
          "config": {
            "label": "title Richtext",
            "single": "heading1",
            "placeholder": "title field"
          }
        },
        "description": {
          "type": "StructuredText",
          "config": {
            "label": "description Richtext",
            "single": "paragraph,preformatted,heading1,heading2,heading3,heading4,heading5,heading6,strong,em,hyperlink,image,embed,list-item,o-list-item,rtl",
            "placeholder": "short length text please, ok?"
          }
        }
      },
      "items": {}
    }
  ]
}