{
  "name": "{{COMPONENT_KEY}}",
  "label": "{{COMPONENT_LABEL}}",
  "description": "{{DESCRIPTION}}",
  "organization": "{{ORGANIZATION}}",
  "version": "{{VERSION}}",
  "library": "{{LIBRARY}}",
  "componentKey": "{{COMPONENT_KEY}}",
  "type": "{{TYPE}}",
  "subtype": {{{SUB_TYPE}}},
  "icon": "TwoColumn.svg",
  "properties": [
    {
      "name": "A",
      "label": "Region A",
      "format": "CONTENTPICKER"
    },
    {
      "name": "B",
      "label": "Region B",
      "format": "CONTENTPICKER"
    },
    {
      "label": "Conditions",
      "format": "GROUP",
      "properties": [
        {
          "name": "required",
          "label": "Required",
          "format": "REQUIRED",
          "saveToReference": true
        },
        {
          "name": "disabled",
          "label": "Disabled",
          "format": "DISABLED",
          "saveToReference": true
        },
        {
          "name": "visibility",
          "label": "Visibility",
          "format": "VISIBILITY",
          "saveToReference": true
        }
      ]
    }
  ]
}
