{
  "name"      : "Telemetry statistics service",
  "desc"      : "Submit anonymous system, usage, and error information to Symantec.",
  "attributes": {
    "enabled": {
      "name": "Enabled",
      "desc": "Enable telemetry.",
      "default" : true,
      "enum": null // remove the enum
    },
    "config" : {
      "attributes": {
        "telemetry": {
          "desc"      : "The Telemetry configuration.",
          "type"      : "object",
          "attributes": {
            "retry_timeout": {
              "name"       : "Retry Timeout",
              "desc"       : "The number of minutes to wait between unsuccessful telemetry submissions.",
              "requirement": "system",
              "type"       : "integer",
              "range"      : [1, 1440],
              "default"    : 60
            }
          }
        }
      }
    }
  }
}