{
  "type": "object",
  "properties": {
    "ranges": {
      "type": "array",
      "items": {}
    },
    "dataset_id": {
      "type": "number"
    },
    "loading_config": {},
    "dataset_unit": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "needleColor": {
      "type": "string"
    },
    "needleBaseColor": {
      "type": "string"
    },
    "token": {
      "type": "string"
    },
    "customHost": {
      "type": "string"
    }
  },
  "required": [
    "customHost",
    "dataset_id",
    "dataset_unit",
    "loading_config",
    "needleBaseColor",
    "needleColor",
    "ranges",
    "textColor",
    "token"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}