Implemented Direct model creation when swagger file is imported to the list

This commit is contained in:
Ankitkumar Satapara
2026-04-18 23:16:21 +05:30
parent c14a2a730d
commit 863fc679ed
7 changed files with 217 additions and 7 deletions

View File

@@ -9,5 +9,6 @@ namespace Nodify.Calculator.Models
public string OPType { get; set; } = string.Empty;
public List<string> InputNames { get; set; } = new List<string>();
public string SwaggerFileName { get; set; } = string.Empty;
public string ResponseModelClassName { get; set; } = string.Empty;
}
}