{"title":"PointCloud Layer config on layer item","type":"object","$schema":"http://json-schema.org/draft-07/schema","properties":{"layers":{"type":"array","items":{"properties":{"disablePopup":{"type":"boolean","description":"disablePopups allows a client to ignore popups defined by the service item."},"id":{"type":"integer","description":"ID of the service layer."},"layerDefinition":{"type":"object","description":"A layerDefinition object defining the attribute schema and drawing information for the layer.","allOf":[{"$ref":"layerDefinition_schema.json"},{"properties":{"drawingInfo":{"allOf":[{"$ref":"drawingInfo_schema.json"},{"properties":{"renderer":{},"transparency":{}},"additionalProperties":false}]},"elevationInfo":{},"filters":{},"minScale":{},"maxScale":{}},"additionalProperties":false}]},"listMode":{"type":"string","description":"To show or hide the layer in the layer list","enum":["hide","show"]},"popupInfo":{"type":"object","description":"A popupInfo object defining the content of pop-up windows when you click a point.","$ref":"popupInfo_schema.json"},"showLegend":{"type":"boolean","description":"Boolean value indicating whether to display the layer in the legend. Default value is `true`.","default":true},"visibility":{"type":"boolean","description":"Boolean property determining whether the layer is initially visible","default":true}},"additionalProperties":false}}},"additionalProperties":false,"esriDocumentation":{"examples":[{"code":{"item":{"layers":[{"id":0,"visibility":true,"layerDefinition":{"filters":[{"field":"CLASS_CODE","type":"pointCloudValueFilter","mode":"include","values":[1]}]}}]}}}]}}