{
  "name": "Gateway",
  "base": "PersistedModel",
  "description": "Represents a Gateway controller",
  "properties": {
    "token": {
      "type": "string",
      "description": "Authentication token for gateway to connect to central"
    }
  },
  "validations": [],
  "relations": {},
  "acls": [],
  "methods": []
}
