We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4667f7 commit b31805fCopy full SHA for b31805f
ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataObject.cs
@@ -32,7 +32,7 @@ public class DataObject
32
/// <summary>
33
/// Free-form and optional classification for the Data Object for use in ETL generation logic (evaluation).
34
/// </summary>
35
- [JsonProperty("dataObjectClassification", NullValueHandling = NullValueHandling.Ignore)]
+ [JsonProperty("dataObjectClassifications", NullValueHandling = NullValueHandling.Ignore)]
36
public List<Classification> dataObjectClassification { get; set; }
37
38
0 commit comments