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
422 B
JSON
15 lines
422 B
JSON
{
|
|
"firstname": "Robert",
|
|
"lastname": "Ashby",
|
|
"handle": "Poolboy",
|
|
"birth": "1992",
|
|
"death": "2011",
|
|
"obituary": "",
|
|
"issue": "13",
|
|
"affiliations": "Goon",
|
|
"mainimage": "/images/y3t1_Art-Robert_Conner_Ashby_aka_Poolboy.jpg",
|
|
"maintext": "<p>Poolboy, aka Robert Conner Ashby, 19, of Ventura, passed away on Monday, Nov. 21, 2011.</p>",
|
|
"socialmedialinks": [],
|
|
"contributions": [],
|
|
"gallery": []
|
|
}
|