{
  "fields": [{"id":"_id","type":"int"},{"id":"Field Name","type":"text"},{"id":"Field Description","type":"text"}],
  "records": [
    [1,"school_id","Department of Education identification number for the school."],
    [2,"school_name","Name of school."],
    [3,"county_fips","County FIPS code."],
    [4,"school_address","Address of school."],
    [5,"school_county","County in which the school is located."],
    [6,"school_zip","Zip code of school."],
    [7,"school_city","City in which the school is located."],
    [8,"longitude","Longitude of the school."],
    [9,"latitude","Latitude of the school."],
    [10,"student_total_cases","Reported number of cases attributed to students in the school."],
    [11,"teacher_total_cases","Reported number of cases attributed to teachers in the school."],
    [12,"staff_total_cases","Reported number of cases attributed to staff in the school. Staff is defined as anyone who works for the school that is not classified as a teacher."],
    [13,"submission_status","Has the school submitted any cases to the Indiana Department of Health? Values include: \"No reported cases,\" \"One or more reported cases,\" and \"School has not reported.\"  - Where submission status is “No reported cases” and “School has not reported” all count columns currently have a value of zero."],
    [14,"school_year","The school year in which the cases occurred. 0 refers to school year 2020-2021. 1 refers to school year 2021-2022. "]
]}
