Skip to content

Commit

Permalink
Replace deprecated property
Browse files Browse the repository at this point in the history
  • Loading branch information
lrosenstrom committed Oct 31, 2024
1 parent 93905c8 commit e4ae76e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cataloging/src/resources/json/combinedTemplates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4439,7 +4439,7 @@
"@type": "bulk:Delete",
"bulk:matchForm": {
"@type": "Resource",
"_match": [
"bulk:matchingMode": [
"Subtypes"
]
}
Expand Down Expand Up @@ -4471,7 +4471,7 @@
"@type": "bulk:Delete",
"bulk:matchForm": {
"@type": "Agent",
"_match": ["Subtypes"]
"bulk:matchingMode": ["Subtypes"]
}
}
},
Expand Down Expand Up @@ -4501,7 +4501,7 @@
"@type": "bulk:Delete",
"bulk:matchForm": {
"@type": "Item",
"_match": ["Subtypes"]
"bulk:matchingMode": ["Subtypes"]
}
}
},
Expand Down Expand Up @@ -4531,7 +4531,7 @@
"@type": "bulk:Delete",
"bulk:matchForm": {
"@type": "Instance",
"_match": ["Subtypes"]
"bulk:matchingMode": ["Subtypes"]
}
}
},
Expand Down Expand Up @@ -4561,7 +4561,7 @@
"@type": "bulk:Delete",
"bulk:matchForm": {
"@type": "Concept",
"_match": ["Subtypes"]
"bulk:matchingMode": ["Subtypes"]
}
}
},
Expand Down Expand Up @@ -4591,7 +4591,7 @@
"@type": "bulk:Delete",
"bulk:matchForm": {
"@type": "Work",
"_match": ["Subtypes"]
"bulk:matchingMode": ["Subtypes"]
}
}
},
Expand Down

0 comments on commit e4ae76e

Please sign in to comment.