{
  "name": "Api",
  "plural": "Api",
  "base": "Model",
  "description": "API",
  "properties": {
    "version": {
      "type": "string",
      "required": true,
      "description": "Version of this server"
    },
    "serverName": {
      "type": "string",
      "required": false,
      "description": "Name of the server, such as strong-central"
    },
    "serverPid": {
      "type": "number",
      "required": true,
      "description": "Operating system PID of the server process"
    },
    "apiPort": {
      "type": "number",
      "required": true,
      "description": "Port that this server is listening on"
    },
    "apiVersion": {
      "type": "string",
      "required": true,
      "description": "Version of the REST API"
    },
    "driverType": {
      "type": "string",
      "required": true,
      "description": "The driver type run by this server"
    },
    "driverStatus": {
      "type": "string",
      "required": true,
      "description": "The hostname of this executor"
    }
  },
  "validations": [],
  "relations": {},
  "acls": [],
  "methods": []
}
