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
15 lines
441 B
JSON
15 lines
441 B
JSON
{
|
|
"firstname": "Maxx",
|
|
"lastname": "Redwine",
|
|
"handle": "",
|
|
"birth": "1964",
|
|
"death": "2011",
|
|
"obituary": "",
|
|
"issue": "40",
|
|
"affiliations": "",
|
|
"mainimage": "/images/Maxx_Redwine.jpg",
|
|
"maintext": "<p>Born in Mesa, AZ. Mr. RedWine was a Computer Security Consultant for Presido Networks. He was a Veteran of the US Air Force during Desert Shield.</p>",
|
|
"socialmedialinks": [],
|
|
"contributions": [],
|
|
"gallery": []
|
|
}
|