{ "opencollection": "1.0.0", "info": { "name": "Looker Studio Assets Schema API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Schema", "type": "folder" }, "items": [ { "info": { "name": "Looker Studio Get data schema", "type": "http" }, "http": { "method": "POST", "url": "https://datastudio.googleapis.com/v1/connector/getSchema", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the schema (field definitions) for the data that the connector provides. Each field includes an ID, name, data type, semantic type, and whether it is a dimension or metric. Looker Studio uses this schema to understand the structure of the available data." } ] } ], "bundled": true }