2020-01-01 13:55:28 +05:30
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"required": [
|
|
|
|
"id",
|
|
|
|
"enabled",
|
|
|
|
"url",
|
|
|
|
"update_status",
|
|
|
|
"last_update_at",
|
|
|
|
"last_update_started_at",
|
|
|
|
"last_successful_update_at",
|
|
|
|
"last_error",
|
|
|
|
"only_protected_branches"
|
2020-04-08 14:13:33 +05:30
|
|
|
],
|
2020-01-01 13:55:28 +05:30
|
|
|
"properties": {
|
2023-03-17 16:20:25 +05:30
|
|
|
"id": {
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
"enabled": {
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"update_status": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"last_update_at": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"last_update_started_at": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"last_successful_update_at": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"last_error": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"only_protected_branches": {
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
"mirror_branch_regex": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"keep_divergent_refs": {
|
|
|
|
"type": [
|
|
|
|
"boolean",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
}
|
2020-01-01 13:55:28 +05:30
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|