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
44 lines
910 B
JSON
44 lines
910 B
JSON
{
|
|
"firstname": "David",
|
|
"lastname": "Jones",
|
|
"handle": "Rev. Rance",
|
|
"birth": "",
|
|
"death": "",
|
|
"obituary": "",
|
|
"issue": "1",
|
|
"affiliations": "",
|
|
"mainimage": "/images/y3t1_Art-David_Jones_aka_Rance.jpg",
|
|
"maintext": "",
|
|
"socialmedialinks": [
|
|
{
|
|
"sitename": "Twitter",
|
|
"siteurl": "https://www.twitter.com/revrance"
|
|
},
|
|
{
|
|
"sitename": "LinkedIn",
|
|
"siteurl": "https://www.linkedin.com/in/revrance/"
|
|
},
|
|
{
|
|
"sitename": "Facebook",
|
|
"siteurl": "https://www.facebook.com/profile.php?id=1198558199&ref=br_rs"
|
|
}
|
|
],
|
|
"contributions": [],
|
|
"gallery": [
|
|
{
|
|
"url": "/images/David_Jones_1.jpg",
|
|
"title": "",
|
|
"caption": ""
|
|
},
|
|
{
|
|
"url": "/images/David_Jones_2.jpg",
|
|
"title": "",
|
|
"caption": ""
|
|
},
|
|
{
|
|
"url": "/images/David_Jones_3.jpg",
|
|
"title": "",
|
|
"caption": ""
|
|
}
|
|
]
|
|
}
|