Looker Studio Data Source
Represents a Looker Studio data source, which connects to an external data provider and defines the schema of available fields. Data sources are a subtype of Asset with assetType DATA_SOURCE and can be configured through the Linking API or Community Connectors.
Properties
| Name | Type | Description |
|---|---|---|
| assetType | string | The asset type, always DATA_SOURCE for data source assets. |
| name | string | The unique name (ID) of the data source. |
| title | string | The display title of the data source. |
| owner | string | The email address of the data source owner. |
| creator | string | The email address of the user who originally created the data source. |
| createTime | string | Timestamp when the data source was created, in RFC 3339 format. |
| updateTime | string | Timestamp when the data source was last modified, in RFC 3339 format. |
| updateByMeTime | string | Timestamp when the data source was last modified by the authenticated user, in RFC 3339 format. |
| lastViewByMeTime | string | Timestamp when the data source was last viewed by the authenticated user, in RFC 3339 format. |
| trashed | boolean | Indicates whether the data source is currently in the trash. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "google-data-studio-datasource-schema.json",
"title": "Looker Studio Data Source",
"description": "Represents a Looker Studio data source, which connects to an external data provider and defines the schema of available fields. Data sources are a subtype of Asset with assetType DATA_SOURCE and can be configured through the Linking API or Community Connectors.",
"type": "object",
"required": [
"assetType",
"name",
"title",
"owner",
"creator",
"createTime",
"updateTime"
],
"properties": {
"assetType": {
"type": "string",
"description": "The asset type, always DATA_SOURCE for data source assets.",
"const": "DATA_SOURCE"
},
"name": {
"type": "string",
"description": "The unique name (ID) of the data source."
},
"title": {
"type": "string",
"description": "The display title of the data source."
},
"owner": {
"type": "string",
"description": "The email address of the data source owner.",
"format": "email"
},
"creator": {
"type": "string",
"description": "The email address of the user who originally created the data source.",
"format": "email"
},
"createTime": {
"type": "string",
"description": "Timestamp when the data source was created, in RFC 3339 format.",
"format": "date-time"
},
"updateTime": {
"type": "string",
"description": "Timestamp when the data source was last modified, in RFC 3339 format.",
"format": "date-time"
},
"updateByMeTime": {
"type": "string",
"description": "Timestamp when the data source was last modified by the authenticated user, in RFC 3339 format.",
"format": "date-time"
},
"lastViewByMeTime": {
"type": "string",
"description": "Timestamp when the data source was last viewed by the authenticated user, in RFC 3339 format.",
"format": "date-time"
},
"trashed": {
"type": "boolean",
"description": "Indicates whether the data source is currently in the trash."
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/google-data-studio-datasource"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.