Google Looker · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google Looker.

16 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

looker: https://cloud.google.com/looker/docs/reference/looker-api/latest/

Classes

User Look Dashboard Query id name title description first_name last_name email url is_disabled role_ids query_id public

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "looker": "https://cloud.google.com/looker/docs/reference/looker-api/latest/",
    "User": "schema:Person",
    "Look": "schema:CreativeWork",
    "Dashboard": "schema:CreativeWork",
    "Query": "schema:Action",
    "id": "schema:identifier",
    "name": "schema:name",
    "title": "schema:name",
    "description": "schema:description",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "email": "schema:email",
    "url": "schema:url",
    "is_disabled": "looker:isDisabled",
    "role_ids": "looker:roleIds",
    "query_id": "looker:queryId",
    "public": "looker:public"
  }
}