gin-standard/docs/swagger.json

31 lines
908 B
JSON
Raw Normal View History

2021-09-03 15:15:39 +00:00
{
"swagger": "2.0",
"info": {
"description": "宁波团队提供技术支持",
"title": "浙大城院产业互联-GIN标准结构",
"termsOfService": "https://myschools.me/",
"contact": {
"name": "suguo.yao",
"url": "https://myschools.me/suguo/snippet",
"email": "ysg@myschools.me"
},
"version": "1.0"
},
"host": "s1.xintijiao.com",
"basePath": "/",
"paths": {},
"securityDefinitions": {
"BasicAuth": {
"type": "basic"
},
"OAuth2Application": {
"type": "oauth2",
"flow": "application",
"tokenUrl": "https://example.com/oauth/token",
"scopes": {
"admin": " Grants read and write access to administrative information",
"write": " Grants write access"
}
}
}
}