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
26 lines
531 B
JSON
26 lines
531 B
JSON
{
|
|
"firstname": "Eric",
|
|
"lastname": "Chavez",
|
|
"handle": "",
|
|
"birth": "",
|
|
"death": "2019",
|
|
"obituary": "",
|
|
"issue": "57",
|
|
"affiliations": "",
|
|
"mainimage": "/images/Eric_Chavez.jpg",
|
|
"maintext": "",
|
|
"socialmedialinks": [
|
|
{
|
|
"sitename": "LinkedIn",
|
|
"siteurl": "https://www.linkedin.com/in/chaveze/"
|
|
}
|
|
],
|
|
"contributions": [],
|
|
"gallery": [
|
|
{
|
|
"url": "/images/Eric_Chavez-linkedin.jpg",
|
|
"title": "LinkedIn Profile Photo",
|
|
"caption": "LinkedIn Profile Photo"
|
|
}
|
|
]
|
|
}
|