last ...
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace xCommons.Configurations {
|
||||
public partial class XSwaggerConfiguration {
|
||||
public string Title { get; set; } = "";
|
||||
@@ -7,6 +9,7 @@ namespace xCommons.Configurations {
|
||||
|
||||
public XSwaggerContact Contact { get; set; } = null;
|
||||
public XSwaggerLicence License { get; set; } = null;
|
||||
public Dictionary<string, string> DefaultValues {get; set;} = null;
|
||||
}
|
||||
|
||||
public partial class XSwaggerContact {
|
||||
@@ -19,4 +22,9 @@ namespace xCommons.Configurations {
|
||||
public string Name { get; set; }
|
||||
public string Url { get; set; }
|
||||
}
|
||||
|
||||
public partial class XSwaggerDefaultValues
|
||||
{
|
||||
public Dictionary<string, string> Values { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user