{
    "patches": [
        {
            "id":              "TYPEDEF_PATCH_1000_010_001",
            "description":     "Remove legacy reference attribute 'namespace' from hbase_table",
            "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
            "typeName":        "hbase_table_namespace",
            "applyToVersion":  "1.1",
            "updateToVersion": "1.2",
            "params": {
                "relationshipLabel": "__hbase_table.namespace",
                "relationshipCategory": "COMPOSITION"
            }
        },
        {
            "id":              "TYPEDEF_PATCH_1000_010_002",
            "description":     "Remove legacy reference attribute 'column_families' from hbase_table",
            "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
            "typeName":        "hbase_table_column_families",
            "applyToVersion":  "1.1",
            "updateToVersion": "1.2",
            "params": {
                "relationshipLabel": "__hbase_table.column_families"
            }
        },
        {
            "id":              "TYPEDEF_PATCH_1000_010_003",
            "description":     "Remove legacy reference attribute 'columns' from hbase_column_family",
            "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
            "typeName":        "hbase_column_family_columns",
            "applyToVersion":  "1.1",
            "updateToVersion": "1.2",
            "params": {
                "relationshipLabel": "__hbase_column_family.columns",
                "relationshipCategory": "COMPOSITION"
            }
        }
    ]
}