Looker Studio · Schema

AssetType

The type of Looker Studio asset.

AnalyticsBusiness IntelligenceDashboardsData VisualizationGoogleReports
View JSON Schema on GitHub

JSON Schema

looker-studio-assettype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssetType",
  "title": "AssetType",
  "type": "string",
  "description": "The type of Looker Studio asset.",
  "enum": [
    "REPORT",
    "DATA_SOURCE"
  ]
}