blob: e21b570228dc3bf02564f2ce64118242dd57ca56 [file] [log] [blame]
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +04001{
Giorgi Lekveishvili4a94da22023-06-30 10:48:02 +04002 "definitions": {
3 "network": {
4 "type": "object",
5 "properties": {
6 "name": { "type": "string" },
7 "domain": { "type": "string" }
8 }
9 }
10 },
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +040011 "type": "object",
12 "properties": {
Giorgi Lekveishvili76951482023-06-30 23:25:09 +040013 "Network": { "$ref": "#/definitions/network", "default": "Public" },
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +040014 "Subdomain": { "type": "string", "default": "woof" }
15 },
16 "additionalProperties": false
17}