{
  "title": "operationalLayers",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "Operational layers contain your data. Usually, a basemap sits beneath your operational layers to give them geographic context.",
  "oneOf": [
    {
      "$ref": "buildingSceneLayer_schema.json"
    },
    {
      "$ref": "csvLayer_schema.json"
    },
    {
      "$ref": "featureLayer_schema.json"
    },
    {
      "$ref": "groupLayer_schema.json"
    },
    {
      "$ref": "imageServiceLayer_schema.json"
    },
    {
      "$ref": "integratedMeshLayer_schema.json"
    },
    {
      "$ref": "kmlLayer_schema.json"
    },
    {
      "$ref": "mapServiceLayer_schema.json"
    },
    {
      "$ref": "pointCloudLayer_schema.json"
    },
    {
      "$ref": "rasterDataLayer_schema.json"
    },
    {
      "$ref": "sceneLayer_schema.json"
    },
    {
      "$ref": "tiledImageServiceLayer_schema.json"
    },
    {
      "$ref": "tiledMapServiceLayer_schema.json"
    },
    {
      "$ref": "vectorTileLayer_schema.json"
    },
    {
      "$ref": "webTiledLayer_schema.json"
    },
    {
      "$ref": "wmsLayer_schema.json"
    }
  ]
}
