{
  "schema": "usta.catalog.v1",
  "columns": {
    "handle": "Group",
    "title": "Name",
    "sku": "Code",
    "price": "Cost",
    "weight": "Mass",
    "options": [
      {
        "name": "Finish",
        "column": "Finish"
      }
    ]
  },
  "weight_unit": "kg",
  "decimal_separator": ".",
  "target": "shopify-new-draft"
}