Clean up models (#3228)

This commit is contained in:
qwerty287
2024-01-22 07:56:18 +01:00
committed by GitHub
parent a19c488a99
commit 5e2f7d81b3
27 changed files with 101 additions and 98 deletions

View File

@@ -3784,9 +3784,6 @@ const docTemplate = `{
"refspec": {
"type": "string"
},
"remote": {
"type": "string"
},
"repo_id": {
"type": "integer"
},
@@ -3913,9 +3910,6 @@ const docTemplate = `{
"type": "string"
}
},
"clone_url": {
"type": "string"
},
"commit": {
"type": "string"
},
@@ -3925,9 +3919,6 @@ const docTemplate = `{
"deploy_to": {
"type": "string"
},
"enqueued_at": {
"type": "integer"
},
"errors": {
"type": "array",
"items": {
@@ -4037,18 +4028,12 @@ const docTemplate = `{
"address": {
"type": "string"
},
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"password": {
"type": "string"
},
"token": {
"type": "string"
},
"username": {
"type": "string"
}