blob: 11f57c601b2af5fa3cae066630d204a7e75a0bf0 [file] [log] [blame]
Giorgi Lekveishvili524485f2023-06-13 13:29:04 +04001{
2 "type": "object",
3 "properties": {
Giorgi Lekveishvilie34a0612023-06-16 13:56:10 +04004 "Username": { "type": "string", "default": "example" },
Giorgi Lekveishvili6ae65d12023-12-04 15:37:53 +04005 "IPSubnet": { "type": "string", "default": "10.1.0.1" },
6 "HostnameSuffix": { "type": "string", "default": "10.1.0.1" }
Giorgi Lekveishvili524485f2023-06-13 13:29:04 +04007 },
8 "additionalProperties": false
9}