Snowflake · JSON Structure

Image Repository Image Repository Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

created_on repository_url 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": "ImageRepository",
  "type": "object",
  "properties": {
    "created_on": {
      "type": "string"
    },
    "repository_url": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    }
  }
}