Looker Studio · Schema

GetSchemaRequest

Request for the connector's data schema.

AnalyticsBusiness IntelligenceDashboardsData VisualizationGoogleReports

Properties

Name Type Description
configParams object The user-configured parameters.
View JSON Schema on GitHub

JSON Schema

looker-studio-getschemarequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetSchemaRequest",
  "title": "GetSchemaRequest",
  "type": "object",
  "description": "Request for the connector's data schema.",
  "properties": {
    "configParams": {
      "type": "object",
      "description": "The user-configured parameters.",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}