mirror of
https://github.com/restincode/restincode.git
synced 2026-09-12 01:29:29 +02:00
chore(data): normalize all people JSON files to match template schema
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
This commit is contained in:
parent
319c9e56a6
commit
6c4f1221ae
44 changed files with 155 additions and 77 deletions
|
|
@ -4,10 +4,12 @@
|
|||
"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": ""
|
||||
"socialmedialinks": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue