blob: ec6a2c5cde242d0db2a07c6ce91dcc240e8e0e8d [file] [log] [blame]
Giorgi Lekveishvili7efe22f2023-05-30 13:01:53 +04001{
2 "type": "object",
3 "properties": {
4 "Values": {
5 "type": "object",
6 "properties": {
7 "NamespacePrefix": { "type": "string" },
8 "Id": { "type": "string" },
9 "Domain": { "type": "string" }
10 },
11 "additionalProperties": false
12 }
13 },
14 "additionalProperties": false
15}