blob: aa2f01dbf7072c19cb1c51eaa395668d5163d747 [file] [log] [blame]
Giorgi Lekveishvili0ccd1482023-06-21 15:02:24 +04001{
2 "type": "object",
3 "properties": {
4 "RepoIP": { "type": "string", "default": "192.168.0.11" },
5 "SSHPrivateKey": { "type": "string", "default": "foo bar" }
6 },
7 "additionalProperties": false
8}