Snowflake · Schema

ServiceSpec

Specifies service specification.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
spec_type string Type of the service specification, can be `from_file` or `from_inline`.
View JSON Schema on GitHub

JSON Schema

service-service-spec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceSpec",
  "type": "object",
  "description": "Specifies service specification.",
  "properties": {
    "spec_type": {
      "type": "string",
      "description": "Type of the service specification, can be `from_file` or `from_inline`."
    }
  }
}