File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 913
913
"type" : " string" ,
914
914
"x-go-name" : " Description"
915
915
},
916
+ "empty" : {
917
+ "type" : " boolean" ,
918
+ "x-go-name" : " Empty"
919
+ },
916
920
"fork" : {
917
921
"type" : " boolean" ,
918
922
"x-go-name" : " Fork"
952
956
"x-go-name" : " Owner" ,
953
957
"$ref" : " #/definitions/User"
954
958
},
959
+ "parent" : {
960
+ "x-go-name" : " Parent" ,
961
+ "$ref" : " #/definitions/Repository"
962
+ },
955
963
"permissions" : {
956
964
"x-go-name" : " Permissions" ,
957
965
"$ref" : " #/definitions/Permission"
960
968
"type" : " boolean" ,
961
969
"x-go-name" : " Private"
962
970
},
971
+ "size" : {
972
+ "type" : " integer" ,
973
+ "format" : " int64" ,
974
+ "x-go-name" : " Size"
975
+ },
963
976
"ssh_url" : {
964
977
"type" : " string" ,
965
978
"x-go-name" : " SSHURL"
1116
1129
"description" : {
1117
1130
"type" : " string"
1118
1131
},
1132
+ "empty" : {
1133
+ "type" : " boolean"
1134
+ },
1119
1135
"fork" : {
1120
1136
"type" : " boolean"
1121
1137
},
1144
1160
"format" : " int64"
1145
1161
},
1146
1162
"owner" : {},
1163
+ "parent" : {},
1147
1164
"permissions" : {},
1148
1165
"private" : {
1149
1166
"type" : " boolean"
1150
1167
},
1168
+ "size" : {
1169
+ "type" : " integer" ,
1170
+ "format" : " int64"
1171
+ },
1151
1172
"ssh_url" : {
1152
1173
"type" : " string"
1153
1174
},
You can’t perform that action at this time.
0 commit comments