{
  "fields": [{"id":"_id","type":"int"},{"id":"region","type":"text","info":{"allowed_values":"","example_value":"Asia","field_name":"Region","notes":"Minim ut exercitation ","type_override":"text","units":"N/A"}},{"id":"total_units_sold","type":"numeric","info":{"allowed_values":"","example_value":"","field_name":"Total units sold","notes":"","type_override":"","units":""}},{"id":"total_revenue_usd","type":"numeric","info":{"allowed_values":"","example_value":"","field_name":"Total revenue","notes":"","type_override":"","units":""}},{"id":"total_marketing_spend_usd","type":"numeric","info":{"allowed_values":"","example_value":"","field_name":"Total marketing spend","notes":"","type_override":"","units":""}},{"id":"total_new_customers","type":"numeric","info":{"allowed_values":"","example_value":"","field_name":"Total new customers","notes":"","type_override":"","units":""}},{"id":"total_returning_customers","type":"numeric","info":{"allowed_values":"","example_value":"","field_name":"Total returning customers","notes":"","type_override":"","units":""}},{"id":"total_profit_usd","type":"numeric","info":{"allowed_values":"","example_value":"","field_name":"Total profit","notes":"","type_override":"","units":""}},{"id":"profit_margin_pct","type":"numeric","info":{"allowed_values":"","example_value":"","field_name":"Profit margin (%)","notes":"","type_override":"","units":""}}],
  "records": [
    [1,"North America",18420,3684000,568000,5120,10480,1114000,30.2],
    [2,"Europe",15340,3068000,471000,4380,9050,947000,30.9],
    [3,"Asia",21960,4392000,690000,6420,12280,1340000,30.5],
    [4,"South America",9240,1848000,266000,2980,5180,542000,29.3],
    [5,"Africa",6140,1228000,176700,1960,3320,336000,27.4]
]}
