{
  "patches": [
    {
      "id": "TYPEDEF_PATCH_2000_101",
      "description": "Add 'schemaAttributes' typeDefOptions to rdbms_column",
      "action": "UPDATE_TYPEDEF_OPTIONS",
      "typeName": "rdbms_column",
      "applyToVersion": "1.1",
      "updateToVersion": "1.2",
      "typeDefOptions": {
        "schemaAttributes": "[\"name\", \"description\", \"owner\", \"data_type\", \"comment\", \" isPrimaryKey\", \" isNullable\"]"
      }
    },
    {
      "id": "TYPEDEF_PATCH_2000_102",
      "description": "Add 'schemaElementsAttribute' typeDefOptions to rdbms_table",
      "action": "UPDATE_TYPEDEF_OPTIONS",
      "typeName": "rdbms_table",
      "applyToVersion": "1.1",
      "updateToVersion": "1.2",
      "typeDefOptions": {
        "schemaElementsAttribute": "columns"
      }
    }
  ]
}