Looker · JSON Structure

Looker Write User Structure

Type: object Properties: 5
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Properties

first_name last_name email is_disabled locale

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WriteUser",
  "type": "object",
  "properties": {
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "is_disabled": {
      "type": "boolean"
    },
    "locale": {
      "type": "string"
    }
  }
}