| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "type": "object", | ||||
| 3 | "additionalProperties": { | ||||
| 4 | "type": "object", | ||||
| 5 | "additionalProperties": false, | ||||
| 6 | "properties": { | ||||
| 7 | "groups": { | ||||
| 8 | "type": "array", | ||||
| 9 | "minitems": 1, | ||||
| 10 | "uniqueItems": true, | ||||
| 11 | "items": { | ||||
| 12 | "$ref": "definitions.json#/groupList" | ||||
| 13 | } | ||||
| 14 | }, | ||||
| 15 | "status": { | ||||
| 16 | "enum": [ | ||||
| 17 | "standard", | ||||
| 18 | "nonstandard", | ||||
| 19 | "experimental" | ||||
| 20 | ] | ||||
| 21 | } | ||||
| 22 | }, | ||||
| 23 | "required": [ | ||||
| 24 | "groups", | ||||
| 25 | "status" | ||||
| 26 | ] | ||||
| 27 | } | ||||
| 28 | } | ||||