mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +00:00
9 lines
167 B
JSON
9 lines
167 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
|
"title": "AppConfig",
|
||
|
|
"oneOf": [
|
||
|
|
{
|
||
|
|
"$ref": "./githubApp.json"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|