{
  "fields": [{"id":"_id","type":"int"},{"id":"Field_Name","type":"text"},{"id":"Field_Description","type":"text"}],
  "records": [
    [1,"COUNTY","County Name"],
    [2,"SURVY_YYYYMM","Month and year the survey results were collected"],
    [3,"QUESTION_NUM","The question number that appears on the survey"],
    [4,"SURVY_QUESTION_LONG_DESC","The full text of the question as it appeared on the survey"],
    [5,"SURVY_QUESTION_SHORT_DESC","An abbreviated version of the question used for reporting purposes"],
    [6,"QUESTION_COUNT","The count of \"yes\" responses to the indicated question"],
    [7,"COUNTY_COUNT","The count of responses by county to the indicated question"],
    [8,"ETL_RUN_TIMESTAMP","ETL Timestamp when row was inserted/generated"]
]}
