|
7 | 7 | "items": { |
8 | 8 | "type": "object", |
9 | 9 | "properties": { |
10 | | - "id": { |
11 | | - "type": "string" |
12 | | - }, |
13 | | - "title": { |
14 | | - "type": "string" |
15 | | - }, |
16 | | - "description": { |
17 | | - "type": "string" |
18 | | - } |
| 10 | + "id": { "type": "string" }, |
| 11 | + "title": { "type": "string" }, |
| 12 | + "description": { "type": "string" } |
19 | 13 | }, |
20 | 14 | "required": ["id", "title"] |
21 | 15 | } |
|
27 | 21 | { |
28 | 22 | "type": "object", |
29 | 23 | "properties": { |
30 | | - "resourceType": { |
31 | | - "const": "study" |
32 | | - }, |
33 | | - "title": { |
34 | | - "type": "string" |
35 | | - }, |
36 | | - "icon": { |
37 | | - "type": "string" |
38 | | - }, |
39 | | - "newStudyLabel": { |
40 | | - "type": "string" |
41 | | - }, |
42 | | - "idToWidget": { |
43 | | - "type": "string" |
44 | | - } |
| 24 | + "resourceType": { "const": "study" }, |
| 25 | + "title": { "type": "string" }, |
| 26 | + "icon": { "type": "string" }, |
| 27 | + "newStudyLabel": { "type": "string" }, |
| 28 | + "idToWidget": { "type": "string" } |
45 | 29 | }, |
46 | 30 | "required": ["resourceType", "title"] |
47 | 31 | }, |
48 | 32 | { |
49 | 33 | "type": "object", |
50 | 34 | "properties": { |
51 | | - "resourceType": { |
52 | | - "const": "template" |
53 | | - }, |
54 | | - "expectedTemplateLabel": { |
55 | | - "type": "string" |
56 | | - }, |
57 | | - "title": { |
58 | | - "type": "string" |
59 | | - }, |
60 | | - "icon": { |
61 | | - "type": "string" |
62 | | - }, |
63 | | - "newStudyLabel": { |
64 | | - "type": "string" |
65 | | - }, |
66 | | - "category": { |
67 | | - "type": "string" |
68 | | - }, |
69 | | - "idToWidget": { |
70 | | - "type": "string" |
71 | | - } |
| 35 | + "resourceType": { "const": "template" }, |
| 36 | + "expectedTemplateLabel": { "type": "string" }, |
| 37 | + "title": { "type": "string" }, |
| 38 | + "icon": { "type": "string" }, |
| 39 | + "newStudyLabel": { "type": "string" }, |
| 40 | + "category": { "type": "string" }, |
| 41 | + "idToWidget": { "type": "string" } |
72 | 42 | }, |
73 | 43 | "required": ["resourceType", "expectedTemplateLabel", "title"] |
74 | 44 | }, |
75 | 45 | { |
76 | 46 | "type": "object", |
77 | 47 | "properties": { |
78 | | - "resourceType": { |
79 | | - "const": "service" |
80 | | - }, |
81 | | - "expectedKey": { |
82 | | - "type": "string" |
83 | | - }, |
84 | | - "title": { |
85 | | - "type": "string" |
86 | | - }, |
87 | | - "icon": { |
88 | | - "type": "string" |
89 | | - }, |
90 | | - "newStudyLabel": { |
91 | | - "type": "string" |
92 | | - }, |
93 | | - "category": { |
94 | | - "type": "string" |
95 | | - }, |
96 | | - "idToWidget": { |
97 | | - "type": "string" |
98 | | - } |
| 48 | + "resourceType": { "const": "service" }, |
| 49 | + "expectedKey": { "type": "string" }, |
| 50 | + "title": { "type": "string" }, |
| 51 | + "icon": { "type": "string" }, |
| 52 | + "newStudyLabel": { "type": "string" }, |
| 53 | + "category": { "type": "string" }, |
| 54 | + "idToWidget": { "type": "string" } |
99 | 55 | }, |
100 | 56 | "required": ["resourceType", "expectedKey", "title"] |
101 | 57 | }, |
|
106 | 62 | "type": "boolean", |
107 | 63 | "const": true |
108 | 64 | }, |
109 | | - "title": { |
110 | | - "type": "string" |
111 | | - }, |
112 | | - "icon": { |
113 | | - "type": "string" |
114 | | - }, |
115 | | - "reason": { |
116 | | - "type": "string" |
117 | | - }, |
118 | | - "newStudyLabel": { |
119 | | - "type": "string" |
120 | | - }, |
121 | | - "category": { |
122 | | - "type": "string" |
123 | | - }, |
124 | | - "idToWidget": { |
125 | | - "type": "string" |
126 | | - } |
| 65 | + "title": { "type": "string" }, |
| 66 | + "icon": { "type": "string" }, |
| 67 | + "reason": { "type": "string" }, |
| 68 | + "newStudyLabel": { "type": "string" }, |
| 69 | + "category": { "type": "string" }, |
| 70 | + "idToWidget": { "type": "string" } |
127 | 71 | }, |
128 | 72 | "required": ["showDisabled", "title"] |
129 | 73 | } |
|
0 commit comments