{
  "name": "PageCategory",
  "plural": "pageCategories",
  "base": "PersistedModel",
  "dataSource": "mongodb",
  "public": true,
  "idInjection": true,
  "options": {
    "validateUpsert": true
  },
  "mixins": {
    "Timestamp": {}
  },
  "properties": {
    "category": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "permalink": {
      "type": "string"
    },
    "orderBy": {
      "type": "number"
    },
    "settings": {
      "type": "object"
    },
    "uid": {
      "type": "object"
    },
    "active": {
      "type": "boolean"
    },
    "created_at": {
      "type": "date"
    },
    "updated_at": {
      "type": "date"
    }
  },
  "validations": [],
  "relations": {},
  "acls": [],
  "methods": {}
}
