| { | |
| "type": "object", | |
| "properties": { | |
| "PrivateNetwork": { | |
| "type": "object", | |
| "properties": { | |
| "Hostname": { "type": "string", "default": "10.1.0.1" }, | |
| "Username": { "type": "string", "default": "example" }, | |
| "IPSubnet": { "type": "string", "default": "10.1.0.1" } | |
| } | |
| } | |
| }, | |
| "additionalProperties": false | |
| } |