Swagger.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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": "All Groups",
  20. "Title": "所有接口",
  21. "Description": "让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<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": "Go-View",
  32. "Title": "Go-View",
  33. "Description": "GoView 是一个高效的拖拽式低代码数据可视化开发平台,将图表或页面元素封装为基础组件,无需编写代码即可制作数据大屏,减少心智负担。<br/><a href='https://www.mtruning.club/'>https://www.mtruning.club</a>",
  34. "Version": "1.2.6"
  35. }
  36. ],
  37. "EnableAllGroups": true,
  38. "LoginInfo": {
  39. "Enabled": false, // 是否开启Swagger登录
  40. "CheckUrl": "/api/swagger/checkUrl",
  41. "SubmitUrl": "/api/swagger/submitUrl",
  42. "UserName": "admin",
  43. "Password": "000000"
  44. }
  45. }
  46. }