File tree Expand file tree Collapse file tree 1 file changed +61
-27
lines changed
Expand file tree Collapse file tree 1 file changed +61
-27
lines changed Original file line number Diff line number Diff line change 11{
2- "hash" : " 1d58f08904c9b95516df93b7b74e6f87612caf37141534ea4dea23bdf50525a1 " ,
2+ "hash" : " af79bc2a57d52a28a84989f154b3acd055e336d3bde702136b50bb0e89d68944 " ,
33 "openapi" : " 3.0.0" ,
44 "paths" : {
55 "/hello" : {
27342734 }
27352735 },
27362736 {
2737- "name" : " name " ,
2737+ "name" : " active " ,
27382738 "required" : false ,
27392739 "in" : " query" ,
2740- "description" : " 姓名 " ,
2740+ "description" : " 是否启用 " ,
27412741 "schema" : {
2742- "type" : " string "
2742+ "type" : " boolean "
27432743 }
27442744 },
27452745 {
2746- "name" : " username " ,
2746+ "name" : " email " ,
27472747 "required" : false ,
27482748 "in" : " query" ,
2749- "description" : " 用户名 " ,
2749+ "description" : " 邮箱 " ,
27502750 "schema" : {
27512751 "type" : " string"
27522752 }
27532753 },
27542754 {
2755- "name" : " email " ,
2755+ "name" : " groups " ,
27562756 "required" : false ,
27572757 "in" : " query" ,
2758- "description" : " 邮箱" ,
2758+ "description" : " 团队" ,
2759+ "schema" : {
2760+ "type" : " array" ,
2761+ "items" : {
2762+ "type" : " string"
2763+ }
2764+ }
2765+ },
2766+ {
2767+ "name" : " labels" ,
2768+ "required" : false ,
2769+ "in" : " query" ,
2770+ "description" : " 标签" ,
2771+ "schema" : {
2772+ "type" : " array" ,
2773+ "items" : {
2774+ "type" : " string"
2775+ }
2776+ }
2777+ },
2778+ {
2779+ "name" : " name" ,
2780+ "required" : false ,
2781+ "in" : " query" ,
2782+ "description" : " 姓名" ,
27592783 "schema" : {
27602784 "type" : " string"
27612785 }
27912815 }
27922816 },
27932817 {
2794- "name" : " groups" ,
2795- "required" : false ,
2796- "in" : " query" ,
2797- "description" : " 团队" ,
2798- "schema" : {
2799- "type" : " array" ,
2800- "items" : {
2801- "type" : " string"
2802- }
2803- }
2804- },
2805- {
2806- "name" : " active" ,
2818+ "name" : " status" ,
28072819 "required" : false ,
28082820 "in" : " query" ,
2809- "description" : " 是否启用 " ,
2821+ "description" : " 状态 " ,
28102822 "schema" : {
2811- "type" : " boolean "
2823+ "type" : " string "
28122824 }
28132825 },
28142826 {
2815- "name" : " status " ,
2827+ "name" : " type " ,
28162828 "required" : false ,
28172829 "in" : " query" ,
2818- "description" : " 状态 " ,
2830+ "description" : " 类型, 登录端 " ,
28192831 "schema" : {
28202832 "type" : " string"
28212833 }
28222834 },
28232835 {
2824- "name" : " type " ,
2836+ "name" : " username " ,
28252837 "required" : false ,
28262838 "in" : " query" ,
2827- "description" : " 类型, 登录端 " ,
2839+ "description" : " 用户名 " ,
28282840 "schema" : {
28292841 "type" : " string"
28302842 }
38553867 "type" : " string" ,
38563868 "description" : " 简介"
38573869 },
3870+ "labels" : {
3871+ "description" : " 标签" ,
3872+ "type" : " array" ,
3873+ "items" : {
3874+ "type" : " string"
3875+ }
3876+ },
38583877 "language" : {
38593878 "type" : " string" ,
38603879 "description" : " 使用语言"
39673986 }
39683987 },
39693988 "required" : [
3989+ " labels" ,
39703990 " id"
39713991 ]
39723992 },
52345254 "description" : " 是否有密码" ,
52355255 "readOnly" : true
52365256 },
5257+ "labels" : {
5258+ "description" : " 标签" ,
5259+ "type" : " array" ,
5260+ "items" : {
5261+ "type" : " string"
5262+ }
5263+ },
52375264 "avatar" : {
52385265 "type" : " string" ,
52395266 "description" : " 头像"
53785405 "type" : " string" ,
53795406 "description" : " 简介"
53805407 },
5408+ "labels" : {
5409+ "description" : " 标签" ,
5410+ "type" : " array" ,
5411+ "items" : {
5412+ "type" : " string"
5413+ }
5414+ },
53815415 "language" : {
53825416 "type" : " string" ,
53835417 "description" : " 使用语言"
You can’t perform that action at this time.
0 commit comments