blob: e21b570228dc3bf02564f2ce64118242dd57ca56 [file] [log] [blame]
{
"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
}