{
  "type": "object",
  "properties": {
    "measurement_device_tags": {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    },
    "columns": {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    },
    "token": {
      "type": "string"
    },
    "customHost": {
      "type": "string"
    },
    "entriesToShow": {
      "type": "number"
    }
  },
  "required": [
    "columns",
    "customHost",
    "entriesToShow",
    "measurement_device_tags",
    "token"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}