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
536 B
JSON
15 lines
536 B
JSON
{
|
|
"firstname": "Nick",
|
|
"lastname": "Jeremicah",
|
|
"handle": "Dr. Nick2000",
|
|
"birth": "1977",
|
|
"death": "2006",
|
|
"obituary": "",
|
|
"issue": "35",
|
|
"affiliations": "Goon",
|
|
"mainimage": "https://www.defcon.org/images/links/whois/drnick.jpg",
|
|
"maintext": "<p>Dr Nick aka Nick Jeremicah lost the battle against cancer in the fall of 2006.<br /><br />He is survived by his parents, siblings, wife and two children.<br /><br />Dr Nick2000 was 30 years old.</p>",
|
|
"socialmedialinks": [],
|
|
"contributions": [],
|
|
"gallery": []
|
|
}
|