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
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"firstname": "Michael",
|
|
"lastname": "Hamelin",
|
|
"handle": "Hacker Joe",
|
|
"birth": "",
|
|
"death": "2015",
|
|
"obituary": "",
|
|
"issue": "18",
|
|
"affiliations": "",
|
|
"mainimage": "/images/face-silhouette-clipart.png",
|
|
"maintext": "",
|
|
"socialmedialinks": [
|
|
{
|
|
"sitename": "Twitter",
|
|
"siteurl": "https://www.twitter.com/hackerjoe"
|
|
}
|
|
],
|
|
"contributions": [],
|
|
"gallery": []
|
|
}
|