1{ 2 "type":"record", 3 "name":"State", 4 "namespace":"utilities", 5 "doc":"A list of states in the United States of America.", 6 "fields":[ 7 { 8 "name":"name", 9 "type":"string", 10 "doc":"The common name of the state." 11 }, 12 { 13 "name":"post_abbr", 14 "type":"string", 15 "doc":"The postal code abbreviation of the state." 16 } 17 ] 18}