{
  "fields": [{"id":"_id","type":"int"},{"id":"Field Name","type":"text"},{"id":"Field Description","type":"text"}],
  "records": [
    [1,"Race","Self-identified race"],
    [2,"Year","Year the data was collected"],
    [3,"Children Entering Care","Number of children that entered into care with DCS"],
    [4,"Children In Care","Number of children that are in care with DCS"],
    [5,"Census From Previous Year","Census numbers for previous year"],
    [6,"(Children Entering Care/Census From Previous Year) * 1000","Children entering care per 1000 individuals by race"],
    [7,"(Children In Care/Census From Previous Year) * 1000","Children in care per 1000 individuals by race"]
]}
