| Giorgi Lekveishvili | 0ccd148 | 2023-06-21 15:02:24 +0400 | [diff] [blame^] | 1 | { |
| 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 | } | ||||