chore(data): normalize all people JSON files to match template schema

Add missing obituary and affiliations fields, convert empty string
collection fields to empty arrays, and standardize field ordering
across all 44 modified person files to match _template.json
This commit is contained in:
mauvehed 2026-03-14 14:07:38 -05:00
parent 319c9e56a6
commit 6c4f1221ae
44 changed files with 155 additions and 77 deletions

View file

@ -4,11 +4,12 @@
"handle": "Cancer Omega",
"birth": "22 Sept 1962",
"death": "21 Dec 2011",
"obituary": "",
"issue": "14",
"affiliations": "attrition.org",
"mainimage": "/images/Jay_Dyson.jpg",
"maintext": "Jay Dyson, 49, of Surprise, Arizona, passed away on December 21, 2011. He was preceded in death by his mother, Carole Clough. He is survived by his loving wife, Marie Dyson, children, Andrew and Miranda Dyson, father, Bill Clough, brothers, Douglas, Charlie and Michael Clough, parents-in-law, Ronald and Penny DAbato and sister-in-law, Cassie Sheline. Jay was a wonderful man who was very dedicated to his family and his work. He absolutely loved Christmas and had a special way making the holiday so cheerful for those around him. Jays first Christmas in Heaven will be very special as he will be dearly missed by all those who loved him.",
"socialmedialinks": "",
"socialmedialinks": [],
"contributions": [
{
"title": "Attrition homepage",
@ -16,5 +17,5 @@
"description": "Cancer Omega's homepage on attrition.org"
}
],
"gallery": ""
"gallery": []
}