{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"SpecificationDocumentSettings": {
"DocumentTitle": "Bodk Swagger",
"GroupOpenApiInfos": [
{
"Group": "Bodk Groups",
"Title": "博工业务接口中心",
"Description": "Bodk Business API Center,提供博工业务相关的接口服务。",
"Version": "1.0.0"
},
{
"Group": "Default",
"Title": "Admin.NET",
"Description": "让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。
https://gitee.com/zuohuaijun/Admin.NET",
"Version": "1.0.0"
//"TermsOfService": "https://dotnetchina.gitee.io/furion/",
//"Contact": {
// "Name": "zuohuaijun",
// "Email": "515096995@qq.com",
// "Url": "https://gitee.com/zuohuaijun/Admin.NET"
//}
},
{
"Group": "All Groups",
"Title": "所有接口",
"Description": "让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。
https://gitee.com/zuohuaijun/Admin.NET",
"Version": "1.0.0"
//"TermsOfService": "https://dotnetchina.gitee.io/furion/",
//"Contact": {
// "Name": "zuohuaijun",
// "Email": "515096995@qq.com",
// "Url": "https://gitee.com/zuohuaijun/Admin.NET"
//}
}
],
"DefaultGroupName": "Default",
// 默认分组名
"DocExpansionState": "List",
// List、Full、None
"EnableAllGroups": true,
"LoginInfo": {
"Enabled": true,
// 是否开启Swagger登录
"CheckUrl": "/api/swagger/checkUrl",
"SubmitUrl": "/api/swagger/submitUrl"
},
"EnumToNumber": true
// 枚举类型生成值类型
}
}