blob: 94528936df2ea5c0a2eb9b92d489c0d1d4043261 [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" },
5 "IPSubnet": { "type": "string", "default": "10.1.0.1" }
Giorgi Lekveishvili524485f2023-06-13 13:29:04 +04006 },
7 "additionalProperties": false
8}