{
  "title": "AuthoringInfo classBreakInfo",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "The classBreaksInfo object provides information about the class breaks associated with the Relationship renderer.",
  "properties": {
    "maxValue": {
      "type": "number",
      "description": "A numeric value used to specify the maximum value for a break."
    },
    "minValue": {
      "type": "number",
      "description": "A numeric value used to specify the minimum value for a break."
    }
  },
  "additionalProperties": false,
  "esriDocumentation": {
    "examples": [
      {
        "title": "classBreak Info",
        "code": {
          "classBreakInfo": {
            "minValue": 3,
            "maxValue": 18
          }
        }
      }
    ]
  }
}
