{
 "legacyTag": "oj-legend",
 "corePackTag": "oj-c-legend",
 "migrateImports": {
  "from": "ojs/ojlegend",
  "to": "oj-c/legend"
 },
 "migrateAttributes": [
   {
    "fromAttribute": "expanded",
    "fromValue": ""
   },
   {
    "fromAttribute": "collapsible",
    "fromValue": ""
   },
    {
     "fromDescendant": "oj-legend-section",
     "fromAttribute": "text-halign",
     "fromValue": "",
     "toAttribute": "section-title-halign",
     "toValue": ""
    },
    {
     "fromDescendant": "oj-legend-section",
     "fromAttribute": "text-style",
     "fromValue": "",
     "toAttribute": "section-title-style",
     "toValue": ""
    }
 ],
 "migrateDescendants": [
  "legendItemMetadata",
  "legendSectionMetadata"
 ],
 "ruleSetToIgnore": [
  {
    "descendant": "oj-legend-item",
    "attribute": "marker-shape",
    "allowedValues": ["circle", "diamond", "ellipse", "human", "plus", "rectangle", "square", "star", "triangleDown", "triangleUp"]
  }
 ]
}