Looker Studio · Schema

GetSchemaResponse

Response containing the data schema.

AnalyticsBusiness IntelligenceDashboardsData VisualizationGoogleReports

Properties

Name Type Description
schema array The list of field definitions.
View JSON Schema on GitHub

JSON Schema

looker-studio-getschemaresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetSchemaResponse",
  "title": "GetSchemaResponse",
  "type": "object",
  "description": "Response containing the data schema.",
  "properties": {
    "schema": {
      "type": "array",
      "description": "The list of field definitions.",
      "items": {
        "$ref": "#/components/schemas/Field"
      }
    }
  }
}