mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
18 lines
341 B
JSON
18 lines
341 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
|
"title": "ConnectionConfig",
|
||
|
|
"oneOf": [
|
||
|
|
{
|
||
|
|
"$ref": "./github.json"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"$ref": "./gitlab.json"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"$ref": "./gitea.json"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"$ref": "./gerrit.json"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|