Looker · JSON Structure

Looker Model Set Structure

Type: object Properties: 6
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Properties

id name models built_in all_access url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ModelSet",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "models": {
      "type": "array"
    },
    "built_in": {
      "type": "boolean"
    },
    "all_access": {
      "type": "boolean"
    },
    "url": {
      "type": "string"
    }
  }
}