Skip to content

Commit 91417e9

Browse files
sapkappleboy
authored andcommitted
re-Generate swagger.json (#1722)
changes introduced to repo format by : #1687 go-gitea/go-sdk#58 #1668 go-gitea/go-sdk#56
1 parent e214728 commit 91417e9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

public/swagger.v1.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,10 @@
913913
"type": "string",
914914
"x-go-name": "Description"
915915
},
916+
"empty": {
917+
"type": "boolean",
918+
"x-go-name": "Empty"
919+
},
916920
"fork": {
917921
"type": "boolean",
918922
"x-go-name": "Fork"
@@ -952,6 +956,10 @@
952956
"x-go-name": "Owner",
953957
"$ref": "#/definitions/User"
954958
},
959+
"parent": {
960+
"x-go-name": "Parent",
961+
"$ref": "#/definitions/Repository"
962+
},
955963
"permissions": {
956964
"x-go-name": "Permissions",
957965
"$ref": "#/definitions/Permission"
@@ -960,6 +968,11 @@
960968
"type": "boolean",
961969
"x-go-name": "Private"
962970
},
971+
"size": {
972+
"type": "integer",
973+
"format": "int64",
974+
"x-go-name": "Size"
975+
},
963976
"ssh_url": {
964977
"type": "string",
965978
"x-go-name": "SSHURL"
@@ -1116,6 +1129,9 @@
11161129
"description": {
11171130
"type": "string"
11181131
},
1132+
"empty": {
1133+
"type": "boolean"
1134+
},
11191135
"fork": {
11201136
"type": "boolean"
11211137
},
@@ -1144,10 +1160,15 @@
11441160
"format": "int64"
11451161
},
11461162
"owner": {},
1163+
"parent": {},
11471164
"permissions": {},
11481165
"private": {
11491166
"type": "boolean"
11501167
},
1168+
"size": {
1169+
"type": "integer",
1170+
"format": "int64"
1171+
},
11511172
"ssh_url": {
11521173
"type": "string"
11531174
},

0 commit comments

Comments
 (0)