{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "running": {
      "type": "boolean"
    },
    "start": {
      "type": "string"
    },
    "expiry": {
      "type": "string"
    },
    "port": {
      "type": "number"
    },
    "ip": {
      "type": "string"
    },
    "memory": {
      "type": "number"
    },
    "totalUptime": {
      "type": "number"
    }
  },
  "required": [ "id", "running", "start", "expiry", "totalUptime" ],
  "additionalProperties": false
}
