Swagger.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "SpecificationDocumentSettings": {
  4. "DocumentTitle": "Admin.NET 通用权限开发平台",
  5. "GroupOpenApiInfos": [
  6. {
  7. "Group": "Default",
  8. "Title": "Admin.NET 通用权限开发平台",
  9. "Description": "让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>",
  10. "Version": "1.0.0",
  11. "TermsOfService": "https://dotnetchina.gitee.io/furion/",
  12. "Contact": {
  13. "Name": "zuohuaijun",
  14. "Email": "515096995@qq.com",
  15. "Url": "https://gitee.com/zuohuaijun/Admin.NET"
  16. }
  17. },
  18. {
  19. "Group": "Application",
  20. "Title": "Admin.NET 业务应用",
  21. "Description": "Admin.NET Application<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>",
  22. "Version": "1.0.0",
  23. "TermsOfService": "https://dotnetchina.gitee.io/furion/",
  24. "Contact": {
  25. "Name": "zuohuaijun",
  26. "Email": "515096995@qq.com",
  27. "Url": "https://gitee.com/zuohuaijun/Admin.NET"
  28. }
  29. },
  30. {
  31. "Group": "All Groups",
  32. "Title": "所有接口",
  33. "Description": "让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>",
  34. "Version": "1.0.0",
  35. "TermsOfService": "https://dotnetchina.gitee.io/furion/",
  36. "Contact": {
  37. "Name": "zuohuaijun",
  38. "Email": "515096995@qq.com",
  39. "Url": "https://gitee.com/zuohuaijun/Admin.NET"
  40. }
  41. }
  42. ],
  43. "DefaultGroupName": "Default", // 默认分组名
  44. "DocExpansionState": "List", // List、Full、None
  45. "EnableAllGroups": true,
  46. "LoginInfo": {
  47. "Enabled": true, // 是否开启Swagger登录
  48. "CheckUrl": "/swagger/checkUrl",
  49. "SubmitUrl": "/swagger/submitUrl"
  50. },
  51. "EnumToNumber": true // 枚举类型生成值类型
  52. }
  53. }