ContributionsMost RecentMost LikesSolutionsWhat is the representation of KeyParValue<string, string> in Open Api schema? Hi, I would like to use NSwag Api client generator to generate C# api client from swagger.json file, but I have problem with the KeyParValue<string, string> type mapping. I would like to provide a custom mapping, but I don't know the correct open api schema definition. Could you help me, please? In the attached screenshot there is the mapping of the IDictionary<string,string> type.