@@ -349,6 +349,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
349
349
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
350
350
public partial class CollectProblemsAction : Action
351
351
{
352
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
353
+ public string Dummy { get ; set ; }
354
+
352
355
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
353
356
354
357
[ Newtonsoft . Json . JsonExtensionData ]
@@ -507,6 +510,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
507
510
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
508
511
public partial class ListSourceAction : Action
509
512
{
513
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
514
+ public string Dummy { get ; set ; }
515
+
510
516
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
511
517
512
518
[ Newtonsoft . Json . JsonExtensionData ]
@@ -558,6 +564,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
558
564
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
559
565
public partial class JSONFileSchema : FileSchema
560
566
{
567
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
568
+ public string Dummy { get ; set ; }
569
+
561
570
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
562
571
563
572
[ Newtonsoft . Json . JsonExtensionData ]
@@ -636,6 +645,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
636
645
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
637
646
public partial class JSONFileSyntax : FileSyntax
638
647
{
648
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
649
+ public string Dummy { get ; set ; }
650
+
639
651
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
640
652
641
653
[ Newtonsoft . Json . JsonExtensionData ]
@@ -728,6 +740,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
728
740
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
729
741
public partial class DefaultIntegration : Integration
730
742
{
743
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
744
+ public string Dummy { get ; set ; }
745
+
731
746
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
732
747
733
748
[ Newtonsoft . Json . JsonExtensionData ]
@@ -743,6 +758,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
743
758
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
744
759
public partial class S3Integration : Integration
745
760
{
761
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
762
+ public string Dummy { get ; set ; }
763
+
746
764
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
747
765
748
766
[ Newtonsoft . Json . JsonExtensionData ]
@@ -926,6 +944,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
926
944
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
927
945
public partial class StatusAction : Action
928
946
{
947
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
948
+ public string Dummy { get ; set ; }
949
+
929
950
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
930
951
931
952
[ Newtonsoft . Json . JsonExtensionData ]
@@ -1483,6 +1504,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
1483
1504
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
1484
1505
public partial class Nil : LinkedList
1485
1506
{
1507
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
1508
+ public string Dummy { get ; set ; }
1509
+
1486
1510
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
1487
1511
1488
1512
[ Newtonsoft . Json . JsonExtensionData ]
@@ -1561,6 +1585,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
1561
1585
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
1562
1586
public partial class ImportActionResult : ActionResult
1563
1587
{
1588
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
1589
+ public string Dummy { get ; set ; }
1590
+
1564
1591
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
1565
1592
1566
1593
[ Newtonsoft . Json . JsonExtensionData ]
@@ -1576,6 +1603,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
1576
1603
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
1577
1604
public partial class InstallActionResult : ActionResult
1578
1605
{
1606
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
1607
+ public string Dummy { get ; set ; }
1608
+
1579
1609
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
1580
1610
1581
1611
[ Newtonsoft . Json . JsonExtensionData ]
@@ -1627,6 +1657,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
1627
1657
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
1628
1658
public partial class LoadDataActionResult : ActionResult
1629
1659
{
1660
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
1661
+ public string Dummy { get ; set ; }
1662
+
1630
1663
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
1631
1664
1632
1665
[ Newtonsoft . Json . JsonExtensionData ]
@@ -1696,6 +1729,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
1696
1729
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
1697
1730
public partial class SetOptionsActionResult : ActionResult
1698
1731
{
1732
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
1733
+ public string Dummy { get ; set ; }
1734
+
1699
1735
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
1700
1736
1701
1737
[ Newtonsoft . Json . JsonExtensionData ]
@@ -1711,6 +1747,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
1711
1747
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
1712
1748
public partial class StatusActionResult : ActionResult
1713
1749
{
1750
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
1751
+ public string Dummy { get ; set ; }
1752
+
1714
1753
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
1715
1754
1716
1755
[ Newtonsoft . Json . JsonExtensionData ]
@@ -1726,6 +1765,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
1726
1765
[ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
1727
1766
public partial class UpdateActionResult : ActionResult
1728
1767
{
1768
+ [ Newtonsoft . Json . JsonProperty ( "dummy" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
1769
+ public string Dummy { get ; set ; }
1770
+
1729
1771
private System . Collections . Generic . IDictionary < string , object > _additionalProperties = new System . Collections . Generic . Dictionary < string , object > ( ) ;
1730
1772
1731
1773
[ Newtonsoft . Json . JsonExtensionData ]
0 commit comments