mirror of
https://github.com/restincode/restincode.git
synced 2026-09-12 01:29:29 +02:00
fix(chipmeadows.json): fix capitalization of "Sept" in "death" field, add "issue" field, remove duplicate "contributions" field fix(karenKrystalia.json): fix typo in "maintext" field, update "mainimage" field, remove unused "affiliations" field The changes were made to fix inconsistencies and errors in the JSON files for the people profiles. Unused fields were removed, missing fields were added, and typos were corrected. These changes improve the accuracy and completeness of the data for each person profile.
24 lines
449 B
JSON
24 lines
449 B
JSON
{
|
|
"firstname" : "Brad",
|
|
"lastname" : "Smith",
|
|
"handle" : "Nurse",
|
|
"birth" : "",
|
|
"death" : "2011",
|
|
"obituary" : "",
|
|
"issue" : "5",
|
|
"affiliations" : "",
|
|
"mainimage" : "/images/y3t1_Art-Brad_Smith_aka_Nurse.jpg",
|
|
"maintext" : "",
|
|
"socialmedialinks" : [
|
|
{
|
|
"sitename" : "Facebook Memorial",
|
|
"siteurl" : "https://www.facebook.com/Remembering-Brad-Smith-The-Nurse-243091789081516/"
|
|
}
|
|
],
|
|
"contributions" : [
|
|
|
|
],
|
|
"gallery" : [
|
|
|
|
]
|
|
}
|