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
429 B
JSON
15 lines
429 B
JSON
{
|
|
"firstname": "Ryan",
|
|
"lastname": "Van Der Wall",
|
|
"handle": "AlmostDeadGuy",
|
|
"birth": "1983(?)",
|
|
"death": "2006",
|
|
"obituary": "",
|
|
"issue": "39",
|
|
"affiliations": "",
|
|
"mainimage": "/images/face-silhouette-clipart.png",
|
|
"maintext": "<p>Ryan lost his battle with cancer in 2006. Ryan passed almost two weeks to the day after Nick Jeremica</p>",
|
|
"socialmedialinks": [],
|
|
"contributions": [],
|
|
"gallery": []
|
|
}
|