diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json index be57d507c018..466271b794e9 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json @@ -451,8 +451,8 @@ "type": "object", "properties": { "type": { - "type": "string", - "description": "Type of dataset compression." + "type": "object", + "description": "Type of dataset compression. Type: string (or Expression with resultType string)." } }, "additionalProperties": { diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index 6362c7659a02..70310389c489 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -1329,11 +1329,8 @@ "description": "Avro store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1351,11 +1348,8 @@ "description": "Excel store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1373,11 +1367,8 @@ "description": "Parquet store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1399,11 +1390,8 @@ "description": "DelimitedText format settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1425,11 +1413,8 @@ "description": "Json format settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1451,11 +1436,8 @@ "description": "Xml format settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1473,11 +1455,8 @@ "description": "ORC store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1714,11 +1693,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1786,11 +1762,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1820,11 +1793,8 @@ "description": "Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1842,11 +1812,8 @@ "description": "FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1864,11 +1831,8 @@ "description": "FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1886,11 +1850,8 @@ "description": "FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1908,11 +1869,8 @@ "description": "Database query. Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1945,11 +1903,8 @@ "description": "Database query. Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2061,11 +2016,8 @@ "description": "The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2122,11 +2074,8 @@ } }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2366,11 +2315,8 @@ "description": "The time to await before sending next page request. " }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2589,11 +2535,8 @@ "description": "If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2675,11 +2618,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } }, "required": [ @@ -2712,11 +2652,8 @@ "$ref": "#/definitions/OraclePartitionSettings" }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2797,11 +2734,8 @@ ], "properties": { "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2854,11 +2788,8 @@ "description": "Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2888,11 +2819,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2922,11 +2850,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2956,11 +2881,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, diff --git a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Dataset.json b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Dataset.json index 116fd05b9a04..3db6a0198094 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Dataset.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Dataset.json @@ -402,8 +402,8 @@ "type": "object", "properties": { "type": { - "type": "string", - "description": "Type of dataset compression." + "type": "object", + "description": "Type of dataset compression. Type: string (or Expression with resultType string)." } }, "additionalProperties": { diff --git a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json index 2984314a526e..4abc9efc59a9 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json @@ -1184,11 +1184,8 @@ "description": "Avro store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1206,11 +1203,8 @@ "description": "Excel store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1228,11 +1222,8 @@ "description": "Parquet store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1254,11 +1245,8 @@ "description": "DelimitedText format settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1280,11 +1268,8 @@ "description": "Json format settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1306,11 +1291,8 @@ "description": "Xml format settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1328,11 +1310,8 @@ "description": "ORC store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1567,11 +1546,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1639,11 +1615,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1673,11 +1646,8 @@ "description": "Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1695,11 +1665,8 @@ "description": "FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1717,11 +1684,8 @@ "description": "FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1739,11 +1703,8 @@ "description": "FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1761,11 +1722,8 @@ "description": "Database query. Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1798,11 +1756,8 @@ "description": "Database query. Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1914,11 +1869,8 @@ "description": "The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1975,11 +1927,8 @@ } }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2240,11 +2189,8 @@ "description": "The time to await before sending next page request. " }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2463,11 +2409,8 @@ "description": "If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2549,11 +2492,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } }, "required": [ @@ -2595,11 +2535,8 @@ "$ref": "#/definitions/OraclePartitionSettings" }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2689,11 +2626,8 @@ ], "properties": { "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2746,11 +2680,8 @@ "description": "Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2780,11 +2711,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2814,11 +2742,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2848,11 +2773,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, diff --git a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Dataset.json b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Dataset.json index 3c767f08f671..1d6fa89f4f35 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Dataset.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Dataset.json @@ -402,8 +402,8 @@ "type": "object", "properties": { "type": { - "type": "string", - "description": "Type of dataset compression." + "type": "object", + "description": "Type of dataset compression. Type: string (or Expression with resultType string)." } }, "additionalProperties": { diff --git a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json index cca3b6ce97b2..7072ad4d02b6 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json @@ -1184,11 +1184,8 @@ "description": "Avro store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1206,11 +1203,8 @@ "description": "Excel store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1228,11 +1222,8 @@ "description": "Parquet store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1254,11 +1245,8 @@ "description": "DelimitedText format settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1280,11 +1268,8 @@ "description": "Json format settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1306,11 +1291,8 @@ "description": "Xml format settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1328,11 +1310,8 @@ "description": "ORC store settings." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1567,11 +1546,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1639,11 +1615,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1673,11 +1646,8 @@ "description": "Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1695,11 +1665,8 @@ "description": "FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1717,11 +1684,8 @@ "description": "FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1739,11 +1703,8 @@ "description": "FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1761,11 +1722,8 @@ "description": "Database query. Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1798,11 +1756,8 @@ "description": "Database query. Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1914,11 +1869,8 @@ "description": "The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -1975,11 +1927,8 @@ } }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2240,11 +2189,8 @@ "description": "The time to await before sending next page request. " }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2463,11 +2409,8 @@ "description": "If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2549,11 +2492,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } }, "required": [ @@ -2595,11 +2535,8 @@ "$ref": "#/definitions/OraclePartitionSettings" }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2689,11 +2626,8 @@ ], "properties": { "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2746,11 +2680,8 @@ "description": "Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string)." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2780,11 +2711,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2814,11 +2742,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } }, @@ -2848,11 +2773,8 @@ "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." }, "additionalColumns": { - "type": "array", - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects).", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } + "type": "object", + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." } } },