I attempted to convert the provided JSON schema into C# classes using the CSharpGenerator tool. However, I noticed that the events property is being converted to a System.Tuple<int, string, bool> instead of the expected ICollection<System.Tuple<int, string, bool>>.
I suspect, I might be a misunderstanding something or I may be missing a configuration option during the conversion process. Any help or advise on how to accomplish the goal on converting the json schema would be deeply appreciated
I attempted to convert the provided JSON schema into C# classes using the CSharpGenerator tool. However, I noticed that the events property is being converted to a System.Tuple<int, string, bool> instead of the expected ICollection<System.Tuple<int, string, bool>>.
I suspect, I might be a misunderstanding something or I may be missing a configuration option during the conversion process. Any help or advise on how to accomplish the goal on converting the json schema would be deeply appreciated