Implemented Direct model creation when swagger file is imported to the list
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user