Skip to content

Commit b31805f

Browse files
committed
Changed property classification on DataObject to classifications (plural) because this is a list. This is also consistent with the rest.
1 parent d4667f7 commit b31805f

File tree

1 file changed

+1
-1
lines changed
  • ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation

1 file changed

+1
-1
lines changed

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class DataObject
3232
/// <summary>
3333
/// Free-form and optional classification for the Data Object for use in ETL generation logic (evaluation).
3434
/// </summary>
35-
[JsonProperty("dataObjectClassification", NullValueHandling = NullValueHandling.Ignore)]
35+
[JsonProperty("dataObjectClassifications", NullValueHandling = NullValueHandling.Ignore)]
3636
public List<Classification> dataObjectClassification { get; set; }
3737

3838
/// <summary>

0 commit comments

Comments
 (0)