Snowflake · JSON Structure

View View Structure

Type: object Properties: 12
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name secure kind recursive columns comment query created_on database_name schema_name owner owner_role_type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "View",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "secure": {
      "type": "boolean"
    },
    "kind": {
      "type": "string"
    },
    "recursive": {
      "type": "boolean"
    },
    "columns": {
      "type": "array"
    },
    "comment": {
      "type": "string"
    },
    "query": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    }
  }
}