{
  "title": "drawingInfo",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "The drawingInfo object contains drawing information for a feature layer.",
  "properties": {
    "labelingInfo": {
      "type": "array",
      "description": "An array of labelingInfo objects.",
      "items": {
        "type": "object",
        "$ref": "labelingInfo_schema.json"
      }
    },
    "renderer": {
      "$ref": "renderer_schema.json"
    },
    "transparency": {
      "type": "number",
      "description": "Number value ranging between 0 (no transparency) to 100 (completely transparent).",
      "minimum": 0,
      "maximum": 100
    }
  },
  "additionalProperties": false
}
