{
  "patches": [
    {
      "id": "TYPEDEF_PATCH_1000_034",
      "description": "Add 'schemaAttributes' typeDefOptions to hive_column",
      "action": "UPDATE_TYPEDEF_OPTIONS",
      "typeName": "hive_column",
      "applyToVersion": "1.1",
      "updateToVersion": "1.2",
      "typeDefOptions": {
        "schemaAttributes": "[\"name\", \"description\", \"owner\", \"type\", \"comment\", \"position\"]"
      }
    },
    {
      "id": "TYPEDEF_PATCH_1000_035",
      "description": "Add 'schemaElementsAttribute' typeDefOptions to hive_table",
      "action": "UPDATE_TYPEDEF_OPTIONS",
      "typeName": "hive_table",
      "applyToVersion": "1.0",
      "updateToVersion": "1.1",
      "typeDefOptions": {
        "schemaElementsAttribute": "columns"
      }
    }
  ]
}