Snowflake · JSON Structure

Stage Stage Structure

Type: object Properties: 13
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

kind url endpoint comment encryption directory_table created_on has_credentials has_encryption_key owner owner_role_type region cloud

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Stage",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "endpoint": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "encryption": {
      "type": "object"
    },
    "directory_table": {
      "type": "object"
    },
    "created_on": {
      "type": "string"
    },
    "has_credentials": {
      "type": "boolean"
    },
    "has_encryption_key": {
      "type": "boolean"
    },
    "owner": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "cloud": {
      "type": "string"
    }
  }
}