blob: 5fa2feddb906979f35ae95a180c356441dc3fc49 [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 Lekveishvili4a94da22023-06-30 10:48:02 +040013 "Network": { "$ref": "#/definitions/network" },
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +040014 "Subdomain": { "type": "string", "default": "woof" }
15 },
16 "additionalProperties": false
17}