{
  "type": "object",
  "properties": {
    "valueDataset": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "subtitle": {
      "type": "string"
    },
    "displayLastValueDiff": {
      "type": "boolean"
    },
    "diffType": {
      "type": "string"
    },
    "updateFrequency": {
      "type": "number"
    },
    "diffValueDecimalPlaces": {
      "type": "number"
    },
    "useDiffIndicatorColors": {
      "type": "boolean"
    },
    "highlightValue": {
      "type": "boolean"
    }
  },
  "required": [
    "diffType",
    "displayLastValueDiff",
    "subtitle",
    "title",
    "valueDataset"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}