Skip to content

Commit

Permalink
re-Generate swagger.json
Browse files Browse the repository at this point in the history
changes introduced to repo format by : go-gitea#1687 go-gitea/go-sdk#58  go-gitea#1668 go-gitea/go-sdk#56
  • Loading branch information
sapk committed May 14, 2017
1 parent 9e627af commit 3127047
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions public/swagger.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,10 @@
"type": "string",
"x-go-name": "Description"
},
"empty": {
"type": "boolean",
"x-go-name": "Empty"
},
"fork": {
"type": "boolean",
"x-go-name": "Fork"
Expand Down Expand Up @@ -952,6 +956,10 @@
"x-go-name": "Owner",
"$ref": "#/definitions/User"
},
"parent": {
"x-go-name": "Parent",
"$ref": "#/definitions/Repository"
},
"permissions": {
"x-go-name": "Permissions",
"$ref": "#/definitions/Permission"
Expand All @@ -960,6 +968,11 @@
"type": "boolean",
"x-go-name": "Private"
},
"size": {
"type": "integer",
"format": "int64",
"x-go-name": "Size"
},
"ssh_url": {
"type": "string",
"x-go-name": "SSHURL"
Expand Down Expand Up @@ -1116,6 +1129,9 @@
"description": {
"type": "string"
},
"empty": {
"type": "boolean"
},
"fork": {
"type": "boolean"
},
Expand Down Expand Up @@ -1144,10 +1160,15 @@
"format": "int64"
},
"owner": {},
"parent": {},
"permissions": {},
"private": {
"type": "boolean"
},
"size": {
"type": "integer",
"format": "int64"
},
"ssh_url": {
"type": "string"
},
Expand Down

0 comments on commit 3127047

Please sign in to comment.