Snowflake · Schema

ReturnType

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
type string Type of the return, can be either DATATYPE or TABLE
View JSON Schema on GitHub

JSON Schema

procedure-return-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReturnType",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of the return, can be either DATATYPE or TABLE"
    }
  }
}