mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-30 18:12:50 +08:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
|
|
"SpecificationDocumentSettings": {
|
|
"GroupOpenApiInfos": [
|
|
{
|
|
"Group": "Sys",
|
|
"Title": "系统组件",
|
|
"Description": "NetAdmin - 系统组件",
|
|
},
|
|
{
|
|
"Group": "Adm",
|
|
"Title": "管理服务",
|
|
"Description": "NetAdmin - 管理服务",
|
|
},
|
|
{
|
|
"Group": "Tpl",
|
|
"Visible": false,
|
|
},
|
|
{
|
|
"Group": "Probe",
|
|
"Visible": false,
|
|
}
|
|
],
|
|
"SecurityDefinitions": [
|
|
{
|
|
"Id": "Bearer",
|
|
"Type": "ApiKey",
|
|
"Name": "Authorization",
|
|
"Description": "JWT Authorization header using the Bearer scheme.",
|
|
"BearerFormat": "JWT",
|
|
"Scheme": "bearer",
|
|
"In": "Header",
|
|
"Requirement": {
|
|
"Scheme": {
|
|
"Reference": {
|
|
"Id": "Bearer",
|
|
"Type": "SecurityScheme"
|
|
},
|
|
"Accesses": []
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |