Snowflake · Schema

ImageRepository

A Snowflake image repository.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
created_on string Time the image repository was created.
repository_url string Current URL of the image repository.
owner string Identifier for the current owner of the image repository.
owner_role_type string Role type of the image repository owner.
View JSON Schema on GitHub

JSON Schema

image-repository-image-repository-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ImageRepository",
  "type": "object",
  "description": "A Snowflake image repository.",
  "properties": {
    "created_on": {
      "type": "string",
      "description": "Time the image repository was created."
    },
    "repository_url": {
      "type": "string",
      "description": "Current URL of the image repository."
    },
    "owner": {
      "type": "string",
      "description": "Identifier for the current owner of the image repository."
    },
    "owner_role_type": {
      "type": "string",
      "description": "Role type of the image repository owner."
    }
  }
}