Snowflake · Schema

AccountIdentifiers

Array of unique account identifiers.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
accounts array
View JSON Schema on GitHub

JSON Schema

database-account-identifiers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccountIdentifiers",
  "type": "object",
  "description": "Array of unique account identifiers.",
  "properties": {
    "accounts": {
      "type": "array"
    }
  }
}