{
  "name": "Product",
  "plural": "products",
  "base": "PersistedModel",
  "properties": {
    "name": {
      "type": "string"
    },
    "categoryId": {
      "type": "string"
    }
  },
  "validations": [],
  "relations": {
    "category": {
      "model": "Category",
      "type": "belongsTo"
    }
  },
  "acls": [],
  "methods": []
}
