{"title":"drawingInfo","type":"object","$schema":"http://json-schema.org/draft-07/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"},"showLabels":{"type":"boolean","description":"Labels will display if this property is set to `true` and the layer also has a [labelingInfo](labelingInfo.md) property associated with it.","default":false},"transparency":{"type":"number","description":"Number value ranging between 0 (no transparency) to 100 (completely transparent).","minimum":0,"maximum":100}},"additionalProperties":false}