restincode/people/bradsmith.json
mauvehed 98bacf1ae2 fix(bradsmith.json): remove unused "birth" and "maintext" fields, add "obituary" and "affiliations" fields
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.
2023-07-30 14:28:19 -05:00

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" : [
]
}