| Giorgi Lekveishvili | 3fd5e4c | 2023-12-19 22:09:40 +0400 | [diff] [blame] | 1 | { |
| 2 | "type": "object", | ||||
| 3 | "properties": { | ||||
| 4 | "Network": { "type": "string", "default": "Public", "role": "network" }, | ||||
| 5 | "Subdomain": { "type": "string", "default": "penpot" } | ||||
| 6 | }, | ||||
| 7 | "additionalProperties": false | ||||
| 8 | } | ||||