Snowflake · JSON Structure

Image Repository Image Structure

Type: object Properties: 5
Data LakesData SharingData WarehousingDatabaseSQL

Image 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

created_on image_name tags digest image_path

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Image",
  "type": "object",
  "properties": {
    "created_on": {
      "type": "string"
    },
    "image_name": {
      "type": "string"
    },
    "tags": {
      "type": "string"
    },
    "digest": {
      "type": "string"
    },
    "image_path": {
      "type": "string"
    }
  }
}