{
 "legacyTag": "oj-select-many",
 "corePackTag": "oj-c-select-multiple",
 "migrateImports": {
  "from": "ojs/ojselectcombobox",
  "to": "oj-c/select-multiple"
 },
 "classNameToAttribute": [
  {
   "className": "oj-form-control-text-align-right",
   "attribute": "textAlign",
   "attributeValue": "right"
  },
  {
   "className": "oj-form-control-text-align-start",
   "attribute": "textAlign",
   "attributeValue": "start"
  },
  {
   "className": "oj-form-control-text-align-end",
   "attribute": "textAlign",
   "attributeValue": "end"
  }
 ],
 "migrateAttributes": [
  {
   "fromAttribute": "",
   "fromValue": "",
   "toAttribute": "item-text",
   "toValue": "label"
  },
  {
   "fromAttribute": "label-edge",
   "fromValue": "provided",
   "toAttribute": "",
   "toValue": ""
  },
  {
    "fromAttribute": "messages-custom",
    "fromKeyValue": {"severity": 4},
    "toAttribute": "messages-custom",
    "toKeyValue": {"severity": "error"}
  },
  {
    "fromAttribute": "messages-custom",
    "fromKeyValue": {"severity": 3},
    "toAttribute": "messages-custom",
    "toKeyValue": {"severity": "warning"}
  },
  {
    "fromAttribute": "messages-custom",
    "fromKeyValue": {"severity": 2},
    "toAttribute": "messages-custom",
    "toKeyValue": {"severity": "info"}
  },
  {
    "fromAttribute": "messages-custom",
    "fromKeyValue": {"severity": 1},
    "toAttribute": "messages-custom",
    "toKeyValue": {"severity": "confirmation"}
  }
 ],
 "ruleSetToIgnore": [
  {
   "attribute": "NONE"
  }
 ],
 "migrateTest": {
  "type": {
   "from": "OjSelectMany",
   "to": "SelectMultipleWebElement"
  },
  "locator": {
   "from": "ojSelectMany",
   "to": "findSelectMultiple"
  },
  "ruleSetToIgnore": [
   "_changeValueFallback",
   "getDescribedBy",
   "getLabelledBy",
   "getMaximumResultCount",
   "getMinimumResultsForSearch",
   "getOptionRenderer",
   "getOptions",
   "getOptionsKeys",
   "getPickerAttributes",
   "getRenderMode",
   "getTranslations",
   "changeValueOptions",
   "getValueOptions"
  ]
 }
}