| { | |
| "definitions": { | |
| "network": { | |
| "type": "object", | |
| "properties": { | |
| "name": { "type": "string" }, | |
| "domain": { "type": "string" } | |
| } | |
| } | |
| }, | |
| "type": "object", | |
| "properties": { | |
| "Network": { "$ref": "#/definitions/network", "default": "Public" }, | |
| "Subdomain": { "type": "string", "default": "woof" } | |
| }, | |
| "additionalProperties": false | |
| } |