Looker Studio · Schema

FieldSemantics

Semantic information about a field.

AnalyticsBusiness IntelligenceDashboardsData VisualizationGoogleReports

Properties

Name Type Description
conceptType string Whether the field is a dimension or metric.
semanticType string The semantic type describing the meaning of the field values. Common types include TEXT, NUMBER, BOOLEAN, YEAR, YEAR_MONTH_DAY, PERCENT, CURRENCY_USD, COUNTRY, CITY, and LATITUDE_LONGITUDE among other
semanticGroup string The semantic group for the field.
isReaggregatable boolean Whether the metric can be re-aggregated.
View JSON Schema on GitHub

JSON Schema

looker-studio-fieldsemantics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FieldSemantics",
  "title": "FieldSemantics",
  "type": "object",
  "description": "Semantic information about a field.",
  "properties": {
    "conceptType": {
      "type": "string",
      "description": "Whether the field is a dimension or metric.",
      "enum": [
        "DIMENSION",
        "METRIC"
      ]
    },
    "semanticType": {
      "type": "string",
      "description": "The semantic type describing the meaning of the field values. Common types include TEXT, NUMBER, BOOLEAN, YEAR, YEAR_MONTH_DAY, PERCENT, CURRENCY_USD, COUNTRY, CITY, and LATITUDE_LONGITUDE among others.",
      "enum": [
        "TEXT",
        "NUMBER",
        "BOOLEAN",
        "PERCENT",
        "CURRENCY_USD",
        "CURRENCY_EUR",
        "CURRENCY_GBP",
        "CURRENCY_JPY",
        "YEAR",
        "YEAR_QUARTER",
        "YEAR_MONTH",
        "YEAR_MONTH_DAY",
        "YEAR_MONTH_DAY_HOUR",
        "YEAR_MONTH_DAY_SECOND",
        "QUARTER",
        "MONTH",
        "WEEK",
        "DAY_OF_WEEK",
        "HOUR",
        "MINUTE",
        "DURATION",
        "COUNTRY",
        "COUNTRY_CODE",
        "CONTINENT",
        "CONTINENT_CODE",
        "SUB_CONTINENT",
        "SUB_CONTINENT_CODE",
        "REGION",
        "REGION_CODE",
        "CITY",
        "CITY_CODE",
        "METRO",
        "METRO_CODE",
        "LATITUDE_LONGITUDE",
        "URL"
      ]
    },
    "semanticGroup": {
      "type": "string",
      "description": "The semantic group for the field."
    },
    "isReaggregatable": {
      "type": "boolean",
      "description": "Whether the metric can be re-aggregated."
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/looker-studio-fieldsemantics"
All schemas
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 email required.

A second provider on the same verified email joins the account you already have.