{"patch":{"from":"integratedMeshLayer_schema.json","add":{"id":{"type":"integer","description":"ID of the service layer."}},"remove":["itemId","layerType","path","title","url"]},"schema":{"title":"Integrated Mesh Layer config on layer item","type":"object","$schema":"http://json-schema.org/draft-07/schema","properties":{"layers":{"type":"array","items":{"properties":{"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":{"elevationInfo":{},"minScale":{},"maxScale":{}},"additionalProperties":false}]},"listMode":{"type":"string","description":"To show or hide layers in the layer list","enum":["hide","show"]},"modifications":{"type":"string","description":"URL to modifications json file, typically stored in `ITEM/resources`. Content of the file follows the $ref:[Modifications schema](modifications_schema.json)."},"opacity":{"type":"number","description":"The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.","minimum":0,"maximum":1,"default":1},"visibility":{"type":"boolean","description":"Boolean property determining whether the layer is initially visible in the web scene","default":true}},"additionalProperties":false}}},"additionalProperties":false,"esriDocumentation":{"examples":[{"code":{"item":{"layers":[{"id":0,"visibility":true,"layerDefinition":{"elevationInfo":{"mode":"absoluteHeight","offset":100}}}]}}}]}}}