{
  "type": "object",
  "properties": {
      "fullMem": {
          "type": "boolean"
      },
      "acceptingUploads": {
          "type": "boolean"
      },
      "serverFreeMemory": {
          "type": "number"
      },
      "serverUptime": {
          "type": "number"
      },
      "serviceUptime": {
          "type": "number"
      },
      "avgLoad": {
          "type": "number"
      },
      "numPeers": {
          "type": "number"
      },
      "currency": {
          "type": "string"
      },
      "costPerMonth": {
          "type": "number"
      },
      "uri": {
          "type": "string"
      },
      "runningContracts": {
          "type": "number"
      },
      "peers": {
          "type": "array",
          "items": {
              "type": "string"
           }
      },
      "selfTestSuccess": {
        "type": "boolean"
      }
  },
  "required": [ "fullMem", "acceptingUploads", "numPeers", "currency", "costPerMonth", "uri" ],
  "additionalProperties": false
}
