mirror of
https://github.com/restincode/restincode.git
synced 2026-09-11 17:19:30 +02:00
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
28 lines
716 B
JSON
28 lines
716 B
JSON
{
|
|
"firstname": "Bret",
|
|
"lastname": "Mattingly",
|
|
"handle": "Delta",
|
|
"birth": "1992",
|
|
"death": "2019",
|
|
"obituary": "https://www.legacy.com/obituaries/indystar/obituary.aspx?n=bret-oliver-mattingly&pid=191620602&fhid=14455",
|
|
"issue": "29",
|
|
"affiliations": "",
|
|
"mainimage": "/images/Bret_Mattingly.jpg",
|
|
"maintext": "",
|
|
"socialmedialinks": [
|
|
{
|
|
"sitename": "Twitter",
|
|
"siteurl": "https://www.twitter.com/adeptisdelta"
|
|
},
|
|
{
|
|
"sitename": "Instagram",
|
|
"siteurl": "https://www.instagram.com/justtcallmedelta/"
|
|
},
|
|
{
|
|
"sitename": "LinkedIn",
|
|
"siteurl": "https://www.linkedin.com/in/bretmattinglyii"
|
|
}
|
|
],
|
|
"contributions": [],
|
|
"gallery": []
|
|
}
|