diff --git a/Applications/Models/DTDL.cs b/Applications/Models/DTDL.cs index b56c33b..28a97a1 100644 --- a/Applications/Models/DTDL.cs +++ b/Applications/Models/DTDL.cs @@ -25,7 +25,7 @@ public class DTDL public List extends { get;set; } - public string schemas { get; set; } + public object schemas { get; set; } } public class Content @@ -85,6 +85,6 @@ public class FlattenedModel public string extends { get; set; } - public string schemas { get; set; } + public object schemas { get; set; } } } diff --git a/Applications/UACloudTwin.csproj b/Applications/UACloudTwin.csproj index 7478625..ee1bf92 100644 --- a/Applications/UACloudTwin.csproj +++ b/Applications/UACloudTwin.csproj @@ -20,13 +20,13 @@ - - - - - + + + + + - +