1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"patches": [
{
"id": "TYPEDEF_PATCH_1000_012_001",
"description": "Remove legacy reference attribute 'associatedEntities' from avro_schema",
"action": "REMOVE_LEGACY_REF_ATTRIBUTES",
"typeName": "avro_schema_associatedEntities",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"params": {
"relationshipLabel": "__avro_schema.associatedEntities"
}
},
{
"id": "TYPEDEF_PATCH_1000_012_002",
"description": "Remove legacy reference attribute 'fields' from avro_record",
"action": "REMOVE_LEGACY_REF_ATTRIBUTES",
"typeName": "avro_record_fields",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"params": {
"relationshipLabel": "__avro_record.fields"
}
},
{
"id": "TYPEDEF_PATCH_1000_012_003",
"description": "Remove legacy reference attribute 'type' from avro_field",
"action": "REMOVE_LEGACY_REF_ATTRIBUTES",
"typeName": "avro_field_types",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"params": {
"relationshipLabel": "__avro_field.type"
}
}
]
}