{
  "kind": "collectionType",
  "collectionName": "pick_up_locations",
  "info": {
    "name": "Pick Up Locations"
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "name": {
      "type": "string"
    },
    "address": {
      "type": "text"
    },
    "price": {
      "type": "biginteger"
    }
  }
}
