ParameterSpecification

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

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

JSON Schema

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