sourcebot/schemas/v3/connection.json

24 lines
No EOL
466 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"
},
{
"$ref": "./bitbucket.json"
},
{
"$ref": "./genericGitHost.json"
}
]
}