|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
502 bytes
|
| Line | |
|---|
| 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 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.