{
  "title": "dataSource",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "This object applies if the [layerDefinition](layerDefinition.md) source is set to `DynamicDataLayer`.",
  "oneOf": [
    {
      "$ref": "joinTableDataSource_schema.json"
    },
    {
      "$ref": "queryTableDataSource_schema.json"
    },
    {
      "$ref": "rasterDataSource_schema.json"
    },
    {
      "$ref": "tableDataSource_schema.json"
    }
  ]
}
