| Giorgi Lekveishvili | 7efe22f | 2023-05-30 13:01:53 +0400 | [diff] [blame] | 1 | { |
| 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 | } | ||||