{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ConnectionConfig",
"oneOf": [
"$ref": "./github.json"
},
"$ref": "./gitlab.json"
}
]