{
  "title": "WMSLayer layer",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.",
  "properties": {
    "legendUrl": {
      "type": "string",
      "description": "A string URL to a legend graphic for the layer."
    },
    "name": {
      "type": "string",
      "description": "A string containing a unique name for the layer."
    },
    "queryable": {
      "type": "boolean",
      "description": "Boolean specifying whether a layer is queryable or not."
    },
    "showPopup": {
      "type": "boolean",
      "description": "Boolean specifying whether to display popup or not."
    },
    "title": {
      "type": "string",
      "description": "A user-friendly string title for the layer that can be used in a table of contents."
    }
  },
  "additionalProperties": false
}
