{
  "fields": [{"id":"_id","type":"int"},{"id":"Column Name","type":"text"},{"id":"Column Description","type":"text"}],
  "records": [
    [1,"ZIP_CD","Zip Code"],
    [2,"CASE_COUNT","Case count in a particular zip code"],
    [3,"POPULATION","Total population in the given zip code as of 2010"],
    [4,"PERCENTAGE","percentage of COVID cases to total population in a given zip code."],
    [5,"",""],
    [6,"Notes:","A Record may be suppressed if the population of a zip code is less than or equal to 1500 or the number of cases is less than 5."],
    [7,"","Zip code aggregates may not match available county aggregates because zip codes may overlap counties, and because of the above mentioned lower count data suppression."]
]}
