{
  "patches": [
    {
      "id":              "TYPEDEF_PATCH_2000_118",
      "description":     "Remove legacy reference attribute 'databases' from rdbms_instance",
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "rdbms_instance_databases",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel":    "__rdbms_instance.databases",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
      "id":              "TYPEDEF_PATCH_2000_119",
      "description":     "Remove legacy reference attribute 'tables' from rdbms_db",
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "rdbms_db_tables",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel":    "__rdbms_db.tables",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
      "id":              "TYPEDEF_PATCH_2000_120",
      "description":     "Remove legacy reference attribute 'columns' from rdbms_table",
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "rdbms_table_columns",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel":    "__rdbms_table.columns",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
      "id":              "TYPEDEF_PATCH_2000_121",
      "description":     "Remove legacy reference attribute 'indexes' from rdbms_table",
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "rdbms_table_indexes",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel":    "__rdbms_table.indexes",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
      "id":              "TYPEDEF_PATCH_2000_122",
      "description":     "Remove legacy reference attribute 'foreign_keys' from rdbms_table",
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "rdbms_table_foreign_key",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel":    "__rdbms_table.foreign_keys",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
      "id":              "TYPEDEF_PATCH_2000_123",
      "description":     "Remove legacy reference attribute 'columns' from rdbms_index",
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "rdbms_index_columns",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel": "__rdbms_index.columns"
      }
    },
    {
      "id":              "TYPEDEF_PATCH_2000_124",
      "description":     "Remove legacy reference attribute 'key_columns' from rdbms_foreign_key",
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "rdbms_foreign_key_key_columns",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel": "__rdbms_foreign_key.key_columns"
      }
    },
    {
      "id":              "TYPEDEF_PATCH_2000_125",
      "description":     "Remove legacy reference attribute 'references_table' from rdbms_foreign_key",
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "rdbms_foreign_key_table_references",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel": "__rdbms_foreign_key.references_table"
      }
    },
    {
      "id":              "TYPEDEF_PATCH_2000_126",
      "description":     "Remove legacy reference attribute 'references_columns' from rdbms_foreign_key",
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "rdbms_foreign_key_column_references",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel": "__rdbms_foreign_key.references_columns"
      }
    }
  ]
}