{
    "legacyTag": "oj-selector",
    "corePackTag": ["oj-c-selector","oj-c-selector-all"],
    "migrateImports": {
        "from": "ojs/ojselector",
        "to": [
            "oj-c/selector",
            "oj-c/selector-all"
        ]
    },
    "migrateTagByAttribute": [
        {
            "fromTag": "oj-selector",
            "toTag": "oj-c-selector",
            "attribute": "selection-mode",
            "attributeValue": "singular"
        },
        {
            "fromTag": "oj-selector",
            "toTag": "oj-c-selector",
            "attribute": "selection-mode",
            "attributeValue": "multiple"
        },
        {
            "fromTag": "oj-selector",
            "toTag": "oj-c-selector-all",
            "attribute": "selection-mode",
            "attributeValue": "all"
        },
        {
            "fromTag": "oj-selector",
            "toTag": "oj-c-selector",
            "attribute": "",
            "attributeValue": ""
        }
    ],
    "migrateAttributes": [
        {
            "fromAttribute": "selection-mode",
            "fromValue": "all",
            "toAttribute": "",
            "toValue": ""
        },
        {
            "fromAttribute": "indeterminate",
            "fromValue": "",
            "toAttribute": "",
            "toValue": ""
        }
    ]
}