Looker · JSON Structure

Looker Look Structure

Type: object Properties: 18
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

Look is a JSON Structure definition published by Looker, describing 18 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id title description content_metadata_id query_id space_id folder_id user_id public is_run_on_load created_at updated_at deleted_at deleted last_accessed_at view_count favorite_count url

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Look",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "content_metadata_id": {
      "type": "integer"
    },
    "query_id": {
      "type": "integer"
    },
    "space_id": {
      "type": "string"
    },
    "folder_id": {
      "type": "string"
    },
    "user_id": {
      "type": "integer"
    },
    "public": {
      "type": "boolean"
    },
    "is_run_on_load": {
      "type": "boolean"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "deleted_at": {
      "type": "string"
    },
    "deleted": {
      "type": "boolean"
    },
    "last_accessed_at": {
      "type": "string"
    },
    "view_count": {
      "type": "integer"
    },
    "favorite_count": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    }
  }
}