{
    "legacyTag": "oj-input-date",
    "corePackTag": "oj-c-input-date-picker",
    "migrateImports": {
      "from": "ojs/ojdatetimepicker",
      "to": ["oj-c/date-picker", "oj-c/input-date-picker"]
    },
    "classNameToAttribute": [
     {
      "className": "oj-form-control-text-align-right",
      "attribute": "text-align",
      "attributeValue": "right"
     },
     {
      "className": "oj-form-control-text-align-start",
      "attribute": "text-align",
      "attributeValue": "start"
     },
     {
      "className": "oj-form-control-text-align-end",
      "attribute": "text-align",
      "attributeValue": "end"
     }
    ],
    "migrateAttributes": [
     {
      "fromAttribute": "date-picker.change-month",
      "fromValue": "",
      "toAttribute": "month-and-year-picker",
      "toValue": ""
     },
     {
      "fromAttribute": "date-picker.change-year",
      "fromValue": "",
      "toAttribute": "month-and-year-picker",
      "toValue": ""
     },
     {
      "fromAttribute": "date-picker.days-outside-month",
      "fromValue": "",
      "toAttribute": "days-outside-month",
      "toValue": ""
     },
     {
      "fromAttribute": "label-edge",
      "fromValue": "provided",
      "toAttribute": "",
      "toValue": ""
     },
     {
      "fromAttribute": "described-by",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
     },
     {
      "fromAttribute": "labelled-by",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
     },
     {
      "fromAttribute": "translations.required.message-detail",
      "fromValue": "",
      "toAttribute": "required-message-detail",
      "toValue": ""
     },
     {
       "depAttribute": "label-hint",
       "depValue": "",
       "fromAttribute": "aria-label",
       "fromValue": "",
       "toAttribute": "",
       "toValue": ""
     },
     {
       "depAttribute": "aria-label",
       "depValue": "",
       "fromAttribute": "",
       "fromValue": "",
       "toAttribute": "label-edge",
       "toValue": "none"
     },
     {
      "fromAttribute": "aria-label",
      "fromValue": "",
      "toAttribute": "label-hint",
      "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": "converter"
     },
     {
        "missAttribute":
        {
          "label-hint": "",
           "aria-label": ""
        }
     }
    ],
    "migrateTest": {
      "type": {
        "from": "OjInputDate",
        "to": "InputDatePickerWebElement"
      },
      "locator": {
        "from": "ojInputDate",
        "to": "findInputDatePicker"
      }
    }
}