Snowflake · JSON Structure

Service Service Role Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

created_on name comment

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceRole",
  "type": "object",
  "properties": {
    "created_on": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}