Snowflake · JSON Structure

Notebook Version Details Structure

Type: object Properties: 5
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name alias location_url source_location_uri git_commit_hash

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VersionDetails",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "alias": {
      "type": "string"
    },
    "location_url": {
      "type": "string"
    },
    "source_location_uri": {
      "type": "string"
    },
    "git_commit_hash": {
      "type": "string"
    }
  }
}