{
  "fields": [{"id":"_id","type":"int"},{"id":"field_name","type":"text"},{"id":"type","type":"text"},{"id":"description","type":"text"},{"id":"example","type":"text"}],
  "records": [
    [1,"meter_id","text","Human-readable ID of the meter/payment point (e.g., 427005-BVILLE0502).","PBP341"],
    [2,"zone","text","Identifier for the chief reporting zone that the meter is in","341 - 18th & Sidney Lot"],
    [3,"payment_start_utc","text","Datetime that the parking session started","2018-10-01T04:03:03"],
    [4,"payment_end_utc","text","Datetime through which parking has been purchased","2018-10-02T01:03:03"],
    [5,"purchase_date_utc","text","When the purchase took place (empty for mobile transactions)","2018-10-01T09:53:21"],
    [6,"date_recorded_utc","float","When the purchase was recorded in a central database (a good substitute for purchase time for mobile transactions)","2018-10-01T09:53:47"],
    [7,"amount","float","The amount paid in dollars in this transaction","13.25"],
    [8,"payment_type","text","Means of payment (\"Cash\" = cash, \"Card\" = credit card, \"Cash + Card\" = a combination of cash and credit card, and \"Mobile\" = a ParkMobile payment)","Mobile"],
    [9,"purchase_type","text","Indicates whether the purchase is for a new parking session (\"New\") to extend an existing parking session (\"Extension\"). If this field is blank, it was not possible to determine the type of purchase.","New"]
]}
