{
  "$schema" : "https://json-schema.org/draft/2019-09/schema",
  "type" : "object",
  "properties" : {
    "Enabled" : {
      "type" : "boolean",
      "description" : "Shall update notification messages be shown and statistic information sent to the update server?\n\nWhile checking for new versions the following statistic information is sent to the update server.\nThis information is only used to improve the product!\n- Engine (version, up time)\n- Configuration (number of: cluster nodes, users, licensed users, applications, process model, process model version, deleted process model version, running cases, running tasks)\n- Licence information (number, organisation, individual)\n- Operating system information (name, version, architecture, number of processors)\n- System database (product name and version, driver, identification number)\n- Java memory information (maximum heap memory, maximum non heap memory)\n- JVM (Java virtual machine) information (version, vendor, name)\n- Host information (host name, SHA-256 hashes of IP address and MAC address to identify the host without being able to read the original IP address and MAC address itself)",
      "default" : "true"
    },
    "ExecutionTime" : {
      "description" : "Time of day when a update check will be executed\nThe engine must be running at this time otherwise the update check will not be executed.\nFormat is hh:mm.\n[daytime]",
      "additionalProperties" : false,
      "type" : "string",
      "examples" : [ "02:00", "14:15" ]
    }
  },
  "additionalProperties" : false
}
