Looker · JSON Structure

Looker Session Structure

Type: object Properties: 14
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Properties

id ip_address browser operating_system city state country credentials_type extended_at extended_count sudo_user_id created_at expires_at url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Session",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "ip_address": {
      "type": "string"
    },
    "browser": {
      "type": "string"
    },
    "operating_system": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "credentials_type": {
      "type": "string"
    },
    "extended_at": {
      "type": "string"
    },
    "extended_count": {
      "type": "integer"
    },
    "sudo_user_id": {
      "type": "integer"
    },
    "created_at": {
      "type": "string"
    },
    "expires_at": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}