VariableSpecification

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
type string
defaultValue object Default value of the variable.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-variablespecification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VariableSpecification",
  "title": "VariableSpecification",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "String",
        "Bool",
        "Array"
      ]
    },
    "defaultValue": {
      "description": "Default value of the variable."
    }
  }
}