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
411 B
JSON
20 lines
411 B
JSON
{
|
|
"firstname": "Karl",
|
|
"lastname": "Koch",
|
|
"handle": "",
|
|
"birth": "1965",
|
|
"death": "1989",
|
|
"obituary": "",
|
|
"issue": "23",
|
|
"affiliations": "",
|
|
"mainimage": "/images/face-silhouette-clipart.png",
|
|
"maintext": "",
|
|
"socialmedialinks": [
|
|
{
|
|
"sitename": "Wikipedia",
|
|
"siteurl": "https://en.wikipedia.org/wiki/Karl_Koch_(hacker)"
|
|
}
|
|
],
|
|
"contributions": [],
|
|
"gallery": []
|
|
}
|