@rxap/schematic-angular 18.1.0-dev.3 → 18.1.0-dev.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/collection.json +5 -0
  3. package/package.json +2 -2
  4. package/src/lib/accordion/header/base-accordion-header.js +1 -1
  5. package/src/lib/accordion/header/base-accordion-header.js.map +1 -1
  6. package/src/lib/accordion/item/base-accordion-item.d.ts +5 -0
  7. package/src/lib/accordion/item/base-accordion-item.js +7 -1
  8. package/src/lib/accordion/item/base-accordion-item.js.map +1 -1
  9. package/src/lib/accordion/item/nested-accordion-item.js +10 -1
  10. package/src/lib/accordion/item/nested-accordion-item.js.map +1 -1
  11. package/src/lib/accordion/item/switch-accordion-item.js +7 -5
  12. package/src/lib/accordion/item/switch-accordion-item.js.map +1 -1
  13. package/src/lib/angular-options.d.ts +1 -1
  14. package/src/lib/angular-options.js +1 -1
  15. package/src/lib/angular-options.js.map +1 -1
  16. package/src/lib/backend/backend-options.d.ts +1 -1
  17. package/src/lib/backend/backend-options.js +1 -1
  18. package/src/lib/backend/backend-options.js.map +1 -1
  19. package/src/lib/backend/backend-types.js.map +1 -0
  20. package/src/lib/backend/base-backend-options.d.ts +1 -1
  21. package/src/lib/backend/nest-js-backend-options.d.ts +1 -1
  22. package/src/lib/backend/nest-js-backend-options.js +1 -1
  23. package/src/lib/backend/nest-js-backend-options.js.map +1 -1
  24. package/src/lib/coerce-accordion-component.js +2 -12
  25. package/src/lib/coerce-accordion-component.js.map +1 -1
  26. package/src/lib/coerce-minimum-table-component.js +1 -1
  27. package/src/lib/coerce-minimum-table-component.js.map +1 -1
  28. package/src/lib/data-source/base-data-source-options.d.ts +7 -0
  29. package/src/lib/data-source/base-data-source-options.js +12 -0
  30. package/src/lib/data-source/base-data-source-options.js.map +1 -0
  31. package/src/lib/data-source/data-source-kinds.d.ts +4 -0
  32. package/src/lib/data-source/data-source-kinds.js +9 -0
  33. package/src/lib/data-source/data-source-kinds.js.map +1 -0
  34. package/src/lib/data-source/data-source-options.d.ts +7 -0
  35. package/src/lib/data-source/data-source-options.js +29 -0
  36. package/src/lib/data-source/data-source-options.js.map +1 -0
  37. package/src/lib/data-source/import-data-source-options.d.ts +13 -0
  38. package/src/lib/data-source/import-data-source-options.js +14 -0
  39. package/src/lib/data-source/import-data-source-options.js.map +1 -0
  40. package/src/lib/form/control/autocomplete-form-control.d.ts +1 -1
  41. package/src/lib/form/control/autocomplete-form-control.js +1 -1
  42. package/src/lib/form/control/autocomplete-form-control.js.map +1 -1
  43. package/src/lib/form/control/autocomplete-table-select-form-control.js +3 -2
  44. package/src/lib/form/control/autocomplete-table-select-form-control.js.map +1 -1
  45. package/src/lib/form/control/select-form-control.d.ts +4 -1
  46. package/src/lib/form/control/select-form-control.js +3 -2
  47. package/src/lib/form/control/select-form-control.js.map +1 -1
  48. package/src/lib/form/control/table-select-form-control.d.ts +15 -1
  49. package/src/lib/form/control/table-select-form-control.js +24 -3
  50. package/src/lib/form/control/table-select-form-control.js.map +1 -1
  51. package/src/lib/method/base-method-options.d.ts +7 -0
  52. package/src/lib/method/base-method-options.js +12 -0
  53. package/src/lib/method/base-method-options.js.map +1 -0
  54. package/src/lib/method/import-method-options.d.ts +13 -0
  55. package/src/lib/method/import-method-options.js +14 -0
  56. package/src/lib/method/import-method-options.js.map +1 -0
  57. package/src/lib/method/method-kinds.d.ts +5 -0
  58. package/src/lib/method/method-kinds.js +10 -0
  59. package/src/lib/method/method-kinds.js.map +1 -0
  60. package/src/lib/method/method-options.d.ts +11 -0
  61. package/src/lib/method/method-options.js +42 -0
  62. package/src/lib/method/method-options.js.map +1 -0
  63. package/src/lib/method/open-api-method-options.d.ts +12 -0
  64. package/src/lib/method/open-api-method-options.js +13 -0
  65. package/src/lib/method/open-api-method-options.js.map +1 -0
  66. package/src/lib/minimum-table-component-options.js +41 -32
  67. package/src/lib/minimum-table-component-options.js.map +1 -1
  68. package/src/lib/minimum-table-options.d.ts +2 -2
  69. package/src/lib/minimum-table-options.js +2 -2
  70. package/src/lib/minimum-table-options.js.map +1 -1
  71. package/src/lib/table/header-button/base-header-button.d.ts +16 -0
  72. package/src/lib/table/header-button/base-header-button.js +23 -0
  73. package/src/lib/table/header-button/base-header-button.js.map +1 -0
  74. package/src/lib/table/header-button/form-header-button.d.ts +14 -0
  75. package/src/lib/table/header-button/form-header-button.js +22 -0
  76. package/src/lib/table/header-button/form-header-button.js.map +1 -0
  77. package/src/lib/table/header-button/method-header-button.d.ts +14 -0
  78. package/src/lib/table/header-button/method-header-button.js +22 -0
  79. package/src/lib/table/header-button/method-header-button.js.map +1 -0
  80. package/src/lib/table/header-button/navigation-header-button.d.ts +17 -0
  81. package/src/lib/table/header-button/navigation-header-button.js +22 -0
  82. package/src/lib/table/header-button/navigation-header-button.js.map +1 -0
  83. package/src/lib/table/header-button-kind.d.ts +6 -0
  84. package/src/lib/table/header-button-kind.js +11 -0
  85. package/src/lib/table/header-button-kind.js.map +1 -0
  86. package/src/lib/table/table-header-button.d.ts +7 -0
  87. package/src/lib/table/table-header-button.js +25 -0
  88. package/src/lib/table/table-header-button.js.map +1 -0
  89. package/src/schema.json +329 -62
  90. package/src/schematic-input.schema.json +19 -0
  91. package/src/schematics/accordion/accordion-component/index.d.ts +1 -0
  92. package/src/schematics/accordion/accordion-component/index.js +48 -2
  93. package/src/schematics/accordion/accordion-component/index.js.map +1 -1
  94. package/src/schematics/accordion/accordion-component/schema.json +301 -36
  95. package/src/schematics/accordion/accordion-item-component/index.js +6 -2
  96. package/src/schematics/accordion/accordion-item-component/index.js.map +1 -1
  97. package/src/schematics/accordion/accordion-item-component/schema.json +301 -36
  98. package/src/schematics/accordion/item/accordion-item-data-grid-component/index.js +1 -1
  99. package/src/schematics/accordion/item/accordion-item-data-grid-component/index.js.map +1 -1
  100. package/src/schematics/accordion/item/accordion-item-data-grid-component/schema.json +164 -0
  101. package/src/schematics/accordion/item/accordion-item-nested-component/schema.json +301 -36
  102. package/src/schematics/accordion/item/accordion-item-switch-component/schema.json +301 -36
  103. package/src/schematics/accordion/item/accordion-item-table-component/schema.json +299 -34
  104. package/src/schematics/accordion/item/accordion-item-tree-table-component/index.js +1 -1
  105. package/src/schematics/accordion/item/accordion-item-tree-table-component/index.js.map +1 -1
  106. package/src/schematics/accordion/item/accordion-item-tree-table-component/schema.json +299 -34
  107. package/src/schematics/autocomplete-table-select-form-control.schema.json +20 -0
  108. package/src/schematics/base-data-source.schema.json +10 -0
  109. package/src/schematics/base-header-button.schema.json +41 -0
  110. package/src/schematics/base-method.schema.json +10 -0
  111. package/src/schematics/data-grid-component/index.js +1 -1
  112. package/src/schematics/data-grid-component/index.js.map +1 -1
  113. package/src/schematics/data-grid-component/schema.json +164 -0
  114. package/src/schematics/data-source.schema.json +34 -0
  115. package/src/schematics/form/control/autocomplete-form-control/index.js +3 -3
  116. package/src/schematics/form/control/autocomplete-form-control/index.js.map +1 -1
  117. package/src/schematics/form/control/autocomplete-table-select-form-control/index.d.ts +2 -1
  118. package/src/schematics/form/control/autocomplete-table-select-form-control/index.js +343 -215
  119. package/src/schematics/form/control/autocomplete-table-select-form-control/index.js.map +1 -1
  120. package/src/schematics/form/control/autocomplete-table-select-form-control/schema.json +150 -0
  121. package/src/schematics/form/control/select-form-control/index.js +72 -6
  122. package/src/schematics/form/control/select-form-control/index.js.map +1 -1
  123. package/src/schematics/form/control/table-select-form-control/schema.json +150 -0
  124. package/src/schematics/form/form-array/schema.json +164 -0
  125. package/src/schematics/form/form-component/index.js +1 -1
  126. package/src/schematics/form/form-component/index.js.map +1 -1
  127. package/src/schematics/form/form-component/schema.json +164 -0
  128. package/src/schematics/form/form-control/schema.json +164 -0
  129. package/src/schematics/form/form-definition/schema.json +164 -0
  130. package/src/schematics/form/form-group/schema.json +164 -0
  131. package/src/schematics/form-header-button.schema.json +31 -0
  132. package/src/schematics/header-button.schema.json +37 -33
  133. package/src/schematics/import-data-source.schema.json +31 -0
  134. package/src/schematics/import-method.schema.json +31 -0
  135. package/src/schematics/method-header-button.schema.json +31 -0
  136. package/src/schematics/method.schema.json +40 -0
  137. package/src/schematics/navigation-header-button.schema.json +31 -0
  138. package/src/schematics/open-api-method.schema.json +28 -0
  139. package/src/schematics/property-accordion-header.schema.json +2 -2
  140. package/src/schematics/table/action/dialog-table-action/schema.json +164 -0
  141. package/src/schematics/table/action/form-table-action/index.js +8 -2
  142. package/src/schematics/table/action/form-table-action/index.js.map +1 -1
  143. package/src/schematics/table/action/form-table-action/schema.json +164 -0
  144. package/src/schematics/table/action/navigation-table-action/schema.json +164 -0
  145. package/src/schematics/table/action/open-api-table-action/schema.json +164 -0
  146. package/src/schematics/table/action/operation-table-action/index.js +1 -1
  147. package/src/schematics/table/action/operation-table-action/index.js.map +1 -1
  148. package/src/schematics/table/action/operation-table-action/schema.json +164 -0
  149. package/src/schematics/table/header-button/form-table-header-button/index.d.ts +3 -11
  150. package/src/schematics/table/header-button/form-table-header-button/index.js +21 -24
  151. package/src/schematics/table/header-button/form-table-header-button/index.js.map +1 -1
  152. package/src/schematics/table/header-button/form-table-header-button/schema.d.ts +4 -13
  153. package/src/schematics/table/header-button/form-table-header-button/schema.json +297 -45
  154. package/src/schematics/table/header-button/form-table-header-button/template.schema.json +3 -16
  155. package/src/schematics/table/header-button/method-table-header-button/index.d.ts +8 -0
  156. package/src/schematics/table/header-button/method-table-header-button/index.js +91 -0
  157. package/src/schematics/table/header-button/method-table-header-button/index.js.map +1 -0
  158. package/src/schematics/table/header-button/method-table-header-button/schema.d.ts +6 -0
  159. package/src/schematics/table/header-button/method-table-header-button/schema.json +1502 -0
  160. package/src/schematics/table/header-button/method-table-header-button/template.schema.json +20 -0
  161. package/src/schematics/table/header-button/navigation-table-header-button/index.d.ts +3 -3
  162. package/src/schematics/table/header-button/navigation-table-header-button/index.js +9 -4
  163. package/src/schematics/table/header-button/navigation-table-header-button/index.js.map +1 -1
  164. package/src/schematics/table/header-button/navigation-table-header-button/schema.d.ts +4 -4
  165. package/src/schematics/table/header-button/navigation-table-header-button/schema.json +1342 -49
  166. package/src/schematics/table/header-button/navigation-table-header-button/template.schema.json +4 -12
  167. package/src/schematics/table/table-action/schema.json +164 -0
  168. package/src/schematics/table/table-component/index.js +1 -1
  169. package/src/schematics/table/table-component/index.js.map +1 -1
  170. package/src/schematics/table/table-component/schema.json +299 -34
  171. package/src/schematics/table/table-header-button/index.d.ts +4 -4
  172. package/src/schematics/table/table-header-button/index.js +2 -2
  173. package/src/schematics/table/table-header-button/index.js.map +1 -1
  174. package/src/schematics/table/table-header-button/schema.d.ts +2 -3
  175. package/src/schematics/table/table-header-button/schema.json +1333 -29
  176. package/src/schematics/table/tree-table-component/index.js +1 -1
  177. package/src/schematics/table/tree-table-component/index.js.map +1 -1
  178. package/src/schematics/table/tree-table-component/schema.json +299 -34
  179. package/src/schematics/table-select-form-control.schema.json +20 -0
  180. package/src/template.schema.json +36 -0
  181. package/src/lib/backend-types.js.map +0 -1
  182. package/src/lib/table-header-button.d.ts +0 -16
  183. package/src/lib/table-header-button.js +0 -78
  184. package/src/lib/table-header-button.js.map +0 -1
  185. package/src/schematics/accordion/accordion-component/files/component/__componentName__.component.stories.ts.hbs +0 -34
  186. /package/src/lib/{backend-types.d.ts → backend/backend-types.d.ts} +0 -0
  187. /package/src/lib/{backend-types.js → backend/backend-types.js} +0 -0
@@ -6,21 +6,99 @@
6
6
  "$ref": "#/definitions/tableHeaderButtonSchematic"
7
7
  },
8
8
  {
9
+ "$ref": "#/definitions/navigationHeaderButton"
10
+ }
11
+ ],
12
+ "definitions": {
13
+ "abstractControl": {
14
+ "allOf": [
15
+ {
16
+ "$ref": "#/definitions/property"
17
+ },
18
+ {
19
+ "type": "object",
20
+ "properties": {
21
+ "name": {
22
+ "type": "string",
23
+ "description": "The name of the control"
24
+ },
25
+ "isArray": {
26
+ "type": "boolean",
27
+ "description": "Whether the control value is an array",
28
+ "default": false
29
+ },
30
+ "state": {
31
+ "type": "string",
32
+ "description": "The initial state of the control"
33
+ },
34
+ "isRequired": {
35
+ "type": "boolean",
36
+ "description": "Whether the control value is required",
37
+ "default": false
38
+ },
39
+ "isReadonly": {
40
+ "type": "boolean",
41
+ "description": "Whether the control value is readonly",
42
+ "default": false
43
+ },
44
+ "isDisabled": {
45
+ "type": "boolean",
46
+ "description": "Whether the control value is disabled",
47
+ "default": false
48
+ },
49
+ "validatorList": {
50
+ "type": "array",
51
+ "items": {
52
+ "type": "string"
53
+ }
54
+ },
55
+ "kind": {
56
+ "type": "string",
57
+ "description": "The kind of the control",
58
+ "default": "default"
59
+ },
60
+ "importList": {
61
+ "type": "array",
62
+ "items": {
63
+ "$ref": "#/definitions/type"
64
+ }
65
+ },
66
+ "template": {
67
+ "type": "string",
68
+ "description": "The template of the control"
69
+ },
70
+ "role": {
71
+ "type": "string",
72
+ "description": "The role of the control",
73
+ "enum": [
74
+ "control",
75
+ "group",
76
+ "array"
77
+ ],
78
+ "default": "control"
79
+ }
80
+ },
81
+ "additionalProperties": true
82
+ }
83
+ ]
84
+ },
85
+ "accordionIdentifier": {
9
86
  "type": "object",
10
87
  "properties": {
11
- "route": {
12
- "type": "string",
13
- "description": "The route path for the table action"
88
+ "property": {
89
+ "$ref": "#/definitions/property"
14
90
  },
15
- "relativeTo": {
16
- "type": "boolean",
17
- "description": "Indicates if the route path should be relative to the current activated route",
18
- "default": false
91
+ "source": {
92
+ "type": "string",
93
+ "enum": [
94
+ "route"
95
+ ]
19
96
  }
20
- }
21
- }
22
- ],
23
- "definitions": {
97
+ },
98
+ "required": [
99
+ "property"
100
+ ]
101
+ },
24
102
  "angular": {
25
103
  "allOf": [
26
104
  {
@@ -72,6 +150,155 @@
72
150
  }
73
151
  ]
74
152
  },
153
+ "autocompleteFormControl": {
154
+ "allOf": [
155
+ {
156
+ "$ref": "#/definitions/baseFormControl"
157
+ },
158
+ {
159
+ "type": "object",
160
+ "properties": {
161
+ "formField": {
162
+ "$ref": "#/definitions/formField"
163
+ },
164
+ "kind": {
165
+ "type": "string",
166
+ "const": "autocomplete"
167
+ },
168
+ "placeholder": {
169
+ "type": "string"
170
+ },
171
+ "toDisplay": {
172
+ "type": "object",
173
+ "properties": {
174
+ "property": {
175
+ "$ref": "#/definitions/property"
176
+ }
177
+ }
178
+ },
179
+ "toValue": {
180
+ "type": "object",
181
+ "properties": {
182
+ "property": {
183
+ "$ref": "#/definitions/property"
184
+ }
185
+ }
186
+ },
187
+ "upstream": {
188
+ "$ref": "#/definitions/upstream"
189
+ },
190
+ "resolver": {
191
+ "type": "object",
192
+ "properties": {
193
+ "upstream": {
194
+ "$ref": "#/definitions/upstream"
195
+ }
196
+ }
197
+ }
198
+ },
199
+ "required": [
200
+ "kind"
201
+ ]
202
+ }
203
+ ]
204
+ },
205
+ "autocompleteTableSelectFormControl": {
206
+ "allOf": [
207
+ {
208
+ "$ref": "#/definitions/baseFormControl"
209
+ },
210
+ {
211
+ "type": "object",
212
+ "properties": {
213
+ "formField": {
214
+ "$ref": "#/definitions/formField"
215
+ },
216
+ "kind": {
217
+ "type": "string",
218
+ "const": "autocomplete-table-select"
219
+ },
220
+ "dataSource": {
221
+ "$ref": "#/definitions/dataSource"
222
+ },
223
+ "options": {
224
+ "type": "object",
225
+ "properties": {
226
+ "method": {
227
+ "$ref": "#/definitions/method"
228
+ }
229
+ }
230
+ },
231
+ "placeholder": {
232
+ "type": "string"
233
+ },
234
+ "columnList": {
235
+ "alias": "column",
236
+ "type": "array",
237
+ "items": {
238
+ "description": "table column name",
239
+ "type": "object",
240
+ "properties": {
241
+ "name": {
242
+ "type": "string",
243
+ "description": "table column name"
244
+ },
245
+ "title": {
246
+ "type": "string",
247
+ "description": "table column label"
248
+ },
249
+ "hasFilter": {
250
+ "type": "boolean",
251
+ "description": "Whether the column has a filter"
252
+ },
253
+ "kind": {
254
+ "type": "string",
255
+ "description": "The kind of data in the column"
256
+ }
257
+ }
258
+ },
259
+ "description": "List of table column names"
260
+ },
261
+ "title": {
262
+ "type": "string",
263
+ "description": "The title of the table select window"
264
+ },
265
+ "toDisplay": {
266
+ "type": "object",
267
+ "properties": {
268
+ "property": {
269
+ "$ref": "#/definitions/property"
270
+ }
271
+ }
272
+ },
273
+ "toValue": {
274
+ "type": "object",
275
+ "properties": {
276
+ "property": {
277
+ "$ref": "#/definitions/property"
278
+ }
279
+ }
280
+ },
281
+ "upstream": {
282
+ "$ref": "#/definitions/upstream"
283
+ },
284
+ "resolver": {
285
+ "type": "object",
286
+ "properties": {
287
+ "upstream": {
288
+ "$ref": "#/definitions/upstream"
289
+ },
290
+ "method": {
291
+ "$ref": "#/definitions/method"
292
+ }
293
+ }
294
+ }
295
+ },
296
+ "required": [
297
+ "kind"
298
+ ]
299
+ }
300
+ ]
301
+ },
75
302
  "backend": {
76
303
  "oneOf": [
77
304
  {
@@ -109,45 +336,107 @@
109
336
  "description": "The backend that should be used to handel data",
110
337
  "default": "none"
111
338
  },
112
- "general": {
339
+ "baseDataSource": {
113
340
  "type": "object",
114
341
  "properties": {
115
- "project": {
116
- "type": "string",
117
- "description": "Project name where the files should be generated"
118
- },
119
- "feature": {
120
- "type": "string",
121
- "description": "Feature name where the files should be generated"
342
+ "kind": {
343
+ "type": "string"
344
+ }
345
+ }
346
+ },
347
+ "baseFormArray": {
348
+ "allOf": [
349
+ {
350
+ "$ref": "#/definitions/abstractControl"
122
351
  },
123
- "overwrite": {
124
- "anyOf": [
125
- {
126
- "type": "boolean"
127
- },
128
- {
352
+ {
353
+ "type": "object",
354
+ "properties": {
355
+ "controlList": {
129
356
  "type": "array",
357
+ "description": "The list of controls in the group",
130
358
  "items": {
131
- "type": "string"
359
+ "$ref": "#/definitions/control"
132
360
  }
361
+ },
362
+ "legend": {
363
+ "type": "string"
364
+ },
365
+ "groupLegend": {
366
+ "type": "string"
367
+ },
368
+ "kind": {
369
+ "type": "string",
370
+ "description": "The kind of the array",
371
+ "const": "default",
372
+ "default": "default"
373
+ },
374
+ "role": {
375
+ "type": "string",
376
+ "const": "array"
133
377
  }
134
- ],
135
- "description": "Overwrite existing files",
136
- "default": false
378
+ }
379
+ }
380
+ ]
381
+ },
382
+ "baseFormControl": {
383
+ "allOf": [
384
+ {
385
+ "$ref": "#/definitions/abstractControl"
137
386
  },
138
- "overwriteHtml": {
139
- "type": "boolean",
140
- "default": false
387
+ {
388
+ "type": "object",
389
+ "properties": {
390
+ "label": {
391
+ "type": "string",
392
+ "description": "The label of the control"
393
+ },
394
+ "role": {
395
+ "type": "string",
396
+ "const": "control"
397
+ }
398
+ }
399
+ }
400
+ ]
401
+ },
402
+ "baseFormGroup": {
403
+ "allOf": [
404
+ {
405
+ "$ref": "#/definitions/abstractControl"
141
406
  },
142
- "replace": {
143
- "type": "boolean",
144
- "default": false
407
+ {
408
+ "type": "object",
409
+ "properties": {
410
+ "controlList": {
411
+ "type": "array",
412
+ "description": "The list of controls in the group",
413
+ "items": {
414
+ "$ref": "#/definitions/control"
415
+ }
416
+ },
417
+ "legend": {
418
+ "type": "string"
419
+ },
420
+ "kind": {
421
+ "type": "string",
422
+ "description": "The kind of the group",
423
+ "const": "default",
424
+ "default": "default"
425
+ },
426
+ "role": {
427
+ "type": "string",
428
+ "const": "group"
429
+ }
430
+ }
145
431
  }
146
- }
432
+ ]
147
433
  },
148
- "headerButton": {
434
+ "baseHeaderButton": {
149
435
  "type": "object",
150
436
  "properties": {
437
+ "kind": {
438
+ "type": "string"
439
+ },
151
440
  "permission": {
152
441
  "type": "string"
153
442
  },
@@ -178,30 +467,1034 @@
178
467
  "successMessage": {
179
468
  "type": "string",
180
469
  "description": "The success message for the table action"
470
+ }
471
+ }
472
+ },
473
+ "baseMethod": {
474
+ "type": "object",
475
+ "properties": {
476
+ "kind": {
477
+ "type": "string"
478
+ }
479
+ }
480
+ },
481
+ "button": {
482
+ "type": "object",
483
+ "properties": {
484
+ "svgIcon": {
485
+ "type": "string"
181
486
  },
182
- "options": {
183
- "type": "object",
184
- "additionalProperties": true
487
+ "icon": {
488
+ "type": "string"
489
+ },
490
+ "directiveList": {
491
+ "type": "array",
492
+ "items": {
493
+ "$ref": "#/definitions/type"
494
+ }
495
+ },
496
+ "importList": {
497
+ "type": "array",
498
+ "items": {
499
+ "$ref": "#/definitions/type"
500
+ }
185
501
  }
186
502
  }
187
503
  },
188
- "tableHeaderButtonSchematic": {
504
+ "checkboxFormControl": {
189
505
  "allOf": [
190
506
  {
191
- "$ref": "#/definitions/angular"
192
- },
193
- {
194
- "$ref": "#/definitions/headerButton"
507
+ "$ref": "#/definitions/baseFormControl"
195
508
  },
196
509
  {
197
510
  "type": "object",
198
511
  "properties": {
199
- "tableName": {
200
- "alias": "table",
512
+ "kind": {
201
513
  "type": "string",
202
- "description": "The name of the table action"
514
+ "const": "checkbox"
515
+ },
516
+ "labelPosition": {
517
+ "type": "string",
518
+ "enum": [
519
+ "before",
520
+ "after"
521
+ ]
203
522
  }
204
- }
523
+ },
524
+ "required": [
525
+ "kind"
526
+ ]
527
+ }
528
+ ]
529
+ },
530
+ "control": {
531
+ "oneOf": [
532
+ {
533
+ "$ref": "#/definitions/formGroup"
534
+ },
535
+ {
536
+ "$ref": "#/definitions/formArray"
537
+ },
538
+ {
539
+ "$ref": "#/definitions/formControl"
540
+ }
541
+ ]
542
+ },
543
+ "cssClass": {
544
+ "oneOf": [
545
+ {
546
+ "type": "string"
547
+ },
548
+ {
549
+ "type": "array",
550
+ "items": {
551
+ "type": "string"
552
+ }
553
+ },
554
+ {
555
+ "type": "object",
556
+ "properties": {
557
+ "name": {
558
+ "type": "string"
559
+ }
560
+ }
561
+ },
562
+ {
563
+ "type": "array",
564
+ "items": {
565
+ "type": "object",
566
+ "properties": {
567
+ "name": {
568
+ "type": "string"
569
+ }
570
+ }
571
+ }
572
+ }
573
+ ]
574
+ },
575
+ "dataSource": {
576
+ "oneOf": [
577
+ {
578
+ "allOf": [
579
+ {
580
+ "$ref": "#/definitions/baseDataSource"
581
+ },
582
+ {
583
+ "type": "object",
584
+ "properties": {
585
+ "kind": {
586
+ "type": "string",
587
+ "const": "default",
588
+ "default": "default"
589
+ }
590
+ }
591
+ }
592
+ ]
593
+ },
594
+ {
595
+ "$ref": "#/definitions/importDataSource"
596
+ }
597
+ ]
598
+ },
599
+ "formArray": {
600
+ "allOf": [
601
+ {
602
+ "type": "object",
603
+ "properties": {
604
+ "role": {
605
+ "type": "string",
606
+ "const": "array"
607
+ }
608
+ },
609
+ "required": [
610
+ "role"
611
+ ]
612
+ },
613
+ {
614
+ "oneOf": [
615
+ {
616
+ "allOf": [
617
+ {
618
+ "$ref": "#/definitions/baseFormArray"
619
+ },
620
+ {
621
+ "type": "object",
622
+ "properties": {
623
+ "kind": {
624
+ "type": "string",
625
+ "const": "default",
626
+ "default": "default"
627
+ }
628
+ }
629
+ }
630
+ ]
631
+ }
632
+ ]
633
+ }
634
+ ]
635
+ },
636
+ "formComponent": {
637
+ "allOf": [
638
+ {
639
+ "$ref": "#/definitions/formDefinition"
640
+ },
641
+ {
642
+ "type": "object",
643
+ "properties": {
644
+ "window": {
645
+ "type": "boolean",
646
+ "description": "Whether the form can be opened in a window"
647
+ },
648
+ "role": {
649
+ "type": "string",
650
+ "description": "Define the role of the form"
651
+ },
652
+ "matFormFieldDefaultOptions": {
653
+ "appearance": {
654
+ "type": "string",
655
+ "description": "The appearance of the mat form field",
656
+ "enum": [
657
+ "legacy",
658
+ "standard",
659
+ "fill",
660
+ "outline"
661
+ ]
662
+ }
663
+ },
664
+ "identifier": {
665
+ "$ref": "#/definitions/accordionIdentifier"
666
+ }
667
+ }
668
+ }
669
+ ]
670
+ },
671
+ "formControl": {
672
+ "allOf": [
673
+ {
674
+ "type": "object",
675
+ "properties": {
676
+ "role": {
677
+ "type": "string",
678
+ "const": "control",
679
+ "default": "control"
680
+ }
681
+ }
682
+ },
683
+ {
684
+ "oneOf": [
685
+ {
686
+ "allOf": [
687
+ {
688
+ "$ref": "#/definitions/baseFormControl"
689
+ },
690
+ {
691
+ "type": "object",
692
+ "properties": {
693
+ "kind": {
694
+ "type": "string",
695
+ "const": "default",
696
+ "default": "default"
697
+ }
698
+ }
699
+ }
700
+ ]
701
+ },
702
+ {
703
+ "$ref": "#/definitions/inputFormControl"
704
+ },
705
+ {
706
+ "$ref": "#/definitions/selectFormControl"
707
+ },
708
+ {
709
+ "$ref": "#/definitions/checkboxFormControl"
710
+ },
711
+ {
712
+ "$ref": "#/definitions/textareaFormControl"
713
+ },
714
+ {
715
+ "$ref": "#/definitions/tableSelectFormControl"
716
+ },
717
+ {
718
+ "$ref": "#/definitions/slideToggleFormControl"
719
+ },
720
+ {
721
+ "$ref": "#/definitions/autocompleteTableSelectFormControl"
722
+ },
723
+ {
724
+ "$ref": "#/definitions/autocompleteFormControl"
725
+ }
726
+ ]
727
+ }
728
+ ]
729
+ },
730
+ "formDefinition": {
731
+ "type": "object",
732
+ "properties": {
733
+ "controlList": {
734
+ "alias": "control",
735
+ "type": "array",
736
+ "items": {
737
+ "$ref": "#/definitions/control"
738
+ }
739
+ }
740
+ },
741
+ "required": [
742
+ "controlList"
743
+ ]
744
+ },
745
+ "formField": {
746
+ "type": "object",
747
+ "properties": {
748
+ "label": {
749
+ "type": "string"
750
+ },
751
+ "prefixButton": {
752
+ "$ref": "#/definitions/button"
753
+ },
754
+ "suffixButton": {
755
+ "$ref": "#/definitions/button"
756
+ },
757
+ "hasClearButton": {
758
+ "type": "boolean"
759
+ },
760
+ "cssClass": {
761
+ "$ref": "#/definitions/cssClass"
762
+ }
763
+ }
764
+ },
765
+ "formGroup": {
766
+ "allOf": [
767
+ {
768
+ "type": "object",
769
+ "properties": {
770
+ "role": {
771
+ "type": "string",
772
+ "const": "group"
773
+ }
774
+ },
775
+ "required": [
776
+ "role"
777
+ ]
778
+ },
779
+ {
780
+ "oneOf": [
781
+ {
782
+ "allOf": [
783
+ {
784
+ "$ref": "#/definitions/baseFormGroup"
785
+ },
786
+ {
787
+ "type": "object",
788
+ "properties": {
789
+ "kind": {
790
+ "type": "string",
791
+ "const": "default",
792
+ "default": "default"
793
+ }
794
+ }
795
+ }
796
+ ]
797
+ }
798
+ ]
799
+ }
800
+ ]
801
+ },
802
+ "formHeaderButton": {
803
+ "allOf": [
804
+ {
805
+ "$ref": "#/definitions/baseHeaderButton"
806
+ },
807
+ {
808
+ "type": "object",
809
+ "properties": {
810
+ "kind": {
811
+ "type": "string",
812
+ "const": "form",
813
+ "default": "form"
814
+ },
815
+ "form": {
816
+ "$ref": "#/definitions/formComponent"
817
+ }
818
+ },
819
+ "required": [
820
+ "form"
821
+ ]
822
+ }
823
+ ]
824
+ },
825
+ "general": {
826
+ "type": "object",
827
+ "properties": {
828
+ "project": {
829
+ "type": "string",
830
+ "description": "Project name where the files should be generated"
831
+ },
832
+ "feature": {
833
+ "type": "string",
834
+ "description": "Feature name where the files should be generated"
835
+ },
836
+ "overwrite": {
837
+ "anyOf": [
838
+ {
839
+ "type": "boolean"
840
+ },
841
+ {
842
+ "type": "array",
843
+ "items": {
844
+ "type": "string"
845
+ }
846
+ }
847
+ ],
848
+ "description": "Overwrite existing files",
849
+ "default": false
850
+ },
851
+ "overwriteHtml": {
852
+ "type": "boolean",
853
+ "default": false
854
+ },
855
+ "replace": {
856
+ "type": "boolean",
857
+ "default": false
858
+ }
859
+ }
860
+ },
861
+ "headerButton": {
862
+ "oneOf": [
863
+ {
864
+ "allOf": [
865
+ {
866
+ "$ref": "#/definitions/baseHeaderButton"
867
+ },
868
+ {
869
+ "type": "object",
870
+ "properties": {
871
+ "kind": {
872
+ "type": "string",
873
+ "const": "default",
874
+ "default": "default"
875
+ }
876
+ }
877
+ }
878
+ ]
879
+ },
880
+ {
881
+ "$ref": "#/definitions/formHeaderButton"
882
+ },
883
+ {
884
+ "$ref": "#/definitions/navigationHeaderButton"
885
+ },
886
+ {
887
+ "$ref": "#/definitions/methodHeaderButton"
888
+ }
889
+ ]
890
+ },
891
+ "importDataSource": {
892
+ "allOf": [
893
+ {
894
+ "$ref": "#/definitions/baseDataSource"
895
+ },
896
+ {
897
+ "type": "object",
898
+ "properties": {
899
+ "kind": {
900
+ "type": "string",
901
+ "const": "import",
902
+ "default": "import"
903
+ },
904
+ "import": {
905
+ "$ref": "#/definitions/type"
906
+ }
907
+ },
908
+ "required": [
909
+ "import"
910
+ ]
911
+ }
912
+ ]
913
+ },
914
+ "importMethod": {
915
+ "allOf": [
916
+ {
917
+ "$ref": "#/definitions/baseMethod"
918
+ },
919
+ {
920
+ "type": "object",
921
+ "properties": {
922
+ "kind": {
923
+ "type": "string",
924
+ "const": "import",
925
+ "default": "import"
926
+ },
927
+ "import": {
928
+ "$ref": "#/definitions/type"
929
+ }
930
+ },
931
+ "required": [
932
+ "import"
933
+ ]
934
+ }
935
+ ]
936
+ },
937
+ "inputFormControl": {
938
+ "allOf": [
939
+ {
940
+ "$ref": "#/definitions/baseFormControl"
941
+ },
942
+ {
943
+ "type": "object",
944
+ "properties": {
945
+ "kind": {
946
+ "type": "string",
947
+ "const": "input"
948
+ },
949
+ "formField": {
950
+ "$ref": "#/definitions/formField"
951
+ },
952
+ "inputType": {
953
+ "type": "string",
954
+ "enum": [
955
+ "text",
956
+ "password",
957
+ "email",
958
+ "number",
959
+ "tel",
960
+ "url",
961
+ "checkbox",
962
+ "color",
963
+ "date",
964
+ "time",
965
+ "datetime-local",
966
+ "file",
967
+ "hidden",
968
+ "image",
969
+ "month",
970
+ "radio",
971
+ "reset",
972
+ "button",
973
+ "search",
974
+ "submit",
975
+ "week",
976
+ "range"
977
+ ]
978
+ },
979
+ "placeholder": {
980
+ "type": "string"
981
+ }
982
+ },
983
+ "required": [
984
+ "kind"
985
+ ]
986
+ }
987
+ ]
988
+ },
989
+ "method": {
990
+ "oneOf": [
991
+ {
992
+ "allOf": [
993
+ {
994
+ "$ref": "#/definitions/baseMethod"
995
+ },
996
+ {
997
+ "type": "object",
998
+ "properties": {
999
+ "kind": {
1000
+ "type": "string",
1001
+ "const": "default",
1002
+ "default": "default"
1003
+ }
1004
+ }
1005
+ }
1006
+ ]
1007
+ },
1008
+ {
1009
+ "$ref": "#/definitions/importMethod"
1010
+ },
1011
+ {
1012
+ "$ref": "#/definitions/openApiMethod"
1013
+ }
1014
+ ]
1015
+ },
1016
+ "methodHeaderButton": {
1017
+ "allOf": [
1018
+ {
1019
+ "$ref": "#/definitions/baseHeaderButton"
1020
+ },
1021
+ {
1022
+ "type": "object",
1023
+ "properties": {
1024
+ "kind": {
1025
+ "type": "string",
1026
+ "const": "method",
1027
+ "default": "method"
1028
+ },
1029
+ "method": {
1030
+ "$ref": "#/definitions/method"
1031
+ }
1032
+ },
1033
+ "required": [
1034
+ "method"
1035
+ ]
1036
+ }
1037
+ ]
1038
+ },
1039
+ "navigationHeaderButton": {
1040
+ "allOf": [
1041
+ {
1042
+ "$ref": "#/definitions/baseHeaderButton"
1043
+ },
1044
+ {
1045
+ "type": "object",
1046
+ "properties": {
1047
+ "kind": {
1048
+ "type": "string",
1049
+ "const": "navigation",
1050
+ "default": "navigation"
1051
+ },
1052
+ "route": {
1053
+ "type": "string"
1054
+ },
1055
+ "relativeTo": {
1056
+ "type": "boolean"
1057
+ }
1058
+ },
1059
+ "required": [
1060
+ "route"
1061
+ ]
1062
+ }
1063
+ ]
1064
+ },
1065
+ "openApiMethod": {
1066
+ "allOf": [
1067
+ {
1068
+ "$ref": "#/definitions/baseMethod"
1069
+ },
1070
+ {
1071
+ "type": "object",
1072
+ "properties": {
1073
+ "kind": {
1074
+ "type": "string",
1075
+ "const": "open-api",
1076
+ "default": "open-api"
1077
+ },
1078
+ "operationId": {
1079
+ "type": "string"
1080
+ }
1081
+ },
1082
+ "required": [
1083
+ "operationId"
1084
+ ]
1085
+ }
1086
+ ]
1087
+ },
1088
+ "option": {
1089
+ "type": "object",
1090
+ "properties": {
1091
+ "display": {
1092
+ "type": "string"
1093
+ },
1094
+ "value": {
1095
+ "oneOf": [
1096
+ {
1097
+ "type": "string"
1098
+ },
1099
+ {
1100
+ "type": "number"
1101
+ },
1102
+ {
1103
+ "type": "boolean"
1104
+ },
1105
+ {
1106
+ "type": "object",
1107
+ "additionalProperties": true
1108
+ }
1109
+ ]
1110
+ }
1111
+ }
1112
+ },
1113
+ "property": {
1114
+ "oneOf": [
1115
+ {
1116
+ "type": "string"
1117
+ },
1118
+ {
1119
+ "type": "object",
1120
+ "properties": {
1121
+ "name": {
1122
+ "type": "string"
1123
+ },
1124
+ "type": {
1125
+ "$ref": "#/definitions/type"
1126
+ },
1127
+ "isArray": {
1128
+ "type": "boolean"
1129
+ },
1130
+ "isRequired": {
1131
+ "type": "boolean"
1132
+ },
1133
+ "source": {
1134
+ "type": "string"
1135
+ },
1136
+ "memberList": {
1137
+ "type": "array",
1138
+ "items": {
1139
+ "additionalProperties": true
1140
+ }
1141
+ }
1142
+ }
1143
+ }
1144
+ ]
1145
+ },
1146
+ "selectFormControl": {
1147
+ "allOf": [
1148
+ {
1149
+ "$ref": "#/definitions/baseFormControl"
1150
+ },
1151
+ {
1152
+ "type": "object",
1153
+ "properties": {
1154
+ "formField": {
1155
+ "$ref": "#/definitions/formField"
1156
+ },
1157
+ "kind": {
1158
+ "type": "string",
1159
+ "const": "select"
1160
+ },
1161
+ "upstream": {
1162
+ "$ref": "#/definitions/upstream"
1163
+ },
1164
+ "optionList": {
1165
+ "type": "array",
1166
+ "items": {
1167
+ "$ref": "#/definitions/option"
1168
+ }
1169
+ },
1170
+ "backend": {
1171
+ "$ref": "#/definitions/backend"
1172
+ },
1173
+ "multiple": {
1174
+ "alias": "multi",
1175
+ "type": "boolean",
1176
+ "description": "Whether the select form control is multiple mode"
1177
+ }
1178
+ },
1179
+ "required": [
1180
+ "kind"
1181
+ ]
1182
+ }
1183
+ ]
1184
+ },
1185
+ "slideToggleFormControl": {
1186
+ "allOf": [
1187
+ {
1188
+ "$ref": "#/definitions/baseFormControl"
1189
+ },
1190
+ {
1191
+ "type": "object",
1192
+ "properties": {
1193
+ "kind": {
1194
+ "type": "string",
1195
+ "const": "slide-toggle"
1196
+ },
1197
+ "labelPosition": {
1198
+ "type": "string",
1199
+ "enum": [
1200
+ "before",
1201
+ "after"
1202
+ ]
1203
+ }
1204
+ },
1205
+ "required": [
1206
+ "kind"
1207
+ ]
1208
+ }
1209
+ ]
1210
+ },
1211
+ "tableHeaderButtonSchematic": {
1212
+ "allOf": [
1213
+ {
1214
+ "$ref": "#/definitions/angular"
1215
+ },
1216
+ {
1217
+ "$ref": "#/definitions/headerButton"
1218
+ },
1219
+ {
1220
+ "type": "object",
1221
+ "properties": {
1222
+ "tableName": {
1223
+ "alias": "table",
1224
+ "type": "string",
1225
+ "description": "The name of the table action"
1226
+ }
1227
+ }
1228
+ }
1229
+ ]
1230
+ },
1231
+ "tableSelectFormControl": {
1232
+ "allOf": [
1233
+ {
1234
+ "$ref": "#/definitions/baseFormControl"
1235
+ },
1236
+ {
1237
+ "type": "object",
1238
+ "properties": {
1239
+ "formField": {
1240
+ "$ref": "#/definitions/formField"
1241
+ },
1242
+ "kind": {
1243
+ "type": "string",
1244
+ "const": "table-select"
1245
+ },
1246
+ "dataSource": {
1247
+ "$ref": "#/definitions/dataSource"
1248
+ },
1249
+ "options": {
1250
+ "type": "object",
1251
+ "properties": {
1252
+ "method": {
1253
+ "$ref": "#/definitions/method"
1254
+ }
1255
+ }
1256
+ },
1257
+ "placeholder": {
1258
+ "type": "string"
1259
+ },
1260
+ "columnList": {
1261
+ "alias": "column",
1262
+ "type": "array",
1263
+ "items": {
1264
+ "description": "table column name",
1265
+ "type": "object",
1266
+ "properties": {
1267
+ "name": {
1268
+ "type": "string",
1269
+ "description": "table column name"
1270
+ },
1271
+ "title": {
1272
+ "type": "string",
1273
+ "description": "table column label"
1274
+ },
1275
+ "hasFilter": {
1276
+ "type": "boolean",
1277
+ "description": "Whether the column has a filter"
1278
+ },
1279
+ "kind": {
1280
+ "type": "string",
1281
+ "description": "The kind of data in the column"
1282
+ }
1283
+ }
1284
+ },
1285
+ "description": "List of table column names"
1286
+ },
1287
+ "title": {
1288
+ "type": "string",
1289
+ "description": "The title of the table select window"
1290
+ },
1291
+ "toDisplay": {
1292
+ "type": "object",
1293
+ "properties": {
1294
+ "property": {
1295
+ "$ref": "#/definitions/property"
1296
+ }
1297
+ }
1298
+ },
1299
+ "toValue": {
1300
+ "type": "object",
1301
+ "properties": {
1302
+ "property": {
1303
+ "$ref": "#/definitions/property"
1304
+ }
1305
+ }
1306
+ },
1307
+ "upstream": {
1308
+ "$ref": "#/definitions/upstream"
1309
+ },
1310
+ "resolver": {
1311
+ "type": "object",
1312
+ "properties": {
1313
+ "upstream": {
1314
+ "$ref": "#/definitions/upstream"
1315
+ },
1316
+ "method": {
1317
+ "$ref": "#/definitions/method"
1318
+ }
1319
+ }
1320
+ },
1321
+ "identifier": {
1322
+ "$ref": "#/definitions/accordionIdentifier"
1323
+ }
1324
+ },
1325
+ "required": [
1326
+ "kind"
1327
+ ]
1328
+ }
1329
+ ]
1330
+ },
1331
+ "textareaFormControl": {
1332
+ "allOf": [
1333
+ {
1334
+ "$ref": "#/definitions/baseFormControl"
1335
+ },
1336
+ {
1337
+ "type": "object",
1338
+ "properties": {
1339
+ "formField": {
1340
+ "$ref": "#/definitions/formField"
1341
+ },
1342
+ "kind": {
1343
+ "type": "string",
1344
+ "const": "textarea"
1345
+ },
1346
+ "placeholder": {
1347
+ "type": "string"
1348
+ },
1349
+ "autosize": {
1350
+ "type": "object",
1351
+ "properties": {
1352
+ "minRows": {
1353
+ "type": "number"
1354
+ },
1355
+ "maxRows": {
1356
+ "type": "number"
1357
+ }
1358
+ }
1359
+ }
1360
+ },
1361
+ "required": [
1362
+ "kind"
1363
+ ]
1364
+ }
1365
+ ]
1366
+ },
1367
+ "type": {
1368
+ "oneOf": [
1369
+ {
1370
+ "type": "string"
1371
+ },
1372
+ {
1373
+ "type": "object",
1374
+ "properties": {
1375
+ "name": {
1376
+ "type": "string"
1377
+ },
1378
+ "isTypeOnly": {
1379
+ "type": "boolean"
1380
+ },
1381
+ "moduleSpecifier": {
1382
+ "type": "string"
1383
+ },
1384
+ "namedImport": {
1385
+ "type": "string"
1386
+ },
1387
+ "namespaceImport": {
1388
+ "type": "string"
1389
+ },
1390
+ "defaultImport": {
1391
+ "type": "string"
1392
+ }
1393
+ },
1394
+ "required": [
1395
+ "name"
1396
+ ]
1397
+ }
1398
+ ]
1399
+ },
1400
+ "upstream": {
1401
+ "oneOf": [
1402
+ {
1403
+ "type": "object",
1404
+ "properties": {
1405
+ "kind": {
1406
+ "type": "string",
1407
+ "enum": [
1408
+ "open-api"
1409
+ ]
1410
+ },
1411
+ "operationId": {
1412
+ "type": "string"
1413
+ },
1414
+ "scope": {
1415
+ "type": "string"
1416
+ },
1417
+ "mapper": {
1418
+ "oneOf": [
1419
+ {
1420
+ "type": "object",
1421
+ "properties": {
1422
+ "kind": {
1423
+ "type": "string",
1424
+ "const": "paged"
1425
+ },
1426
+ "pageIndex": {
1427
+ "type": "string"
1428
+ },
1429
+ "pageSize": {
1430
+ "type": "string"
1431
+ },
1432
+ "sortBy": {
1433
+ "type": "string"
1434
+ },
1435
+ "sortDirection": {
1436
+ "type": "string"
1437
+ },
1438
+ "list": {
1439
+ "type": "string"
1440
+ },
1441
+ "total": {
1442
+ "type": "string"
1443
+ },
1444
+ "filter": {
1445
+ "type": "object",
1446
+ "properties": {
1447
+ "eq": {
1448
+ "type": "string"
1449
+ },
1450
+ "join": {
1451
+ "type": "string"
1452
+ }
1453
+ }
1454
+ }
1455
+ }
1456
+ },
1457
+ {
1458
+ "type": "object",
1459
+ "properties": {
1460
+ "kind": {
1461
+ "type": "string",
1462
+ "const": "options"
1463
+ },
1464
+ "toFunction": {
1465
+ "type": "string",
1466
+ "enum": [
1467
+ "ToOptions",
1468
+ "ToOptionsFromObject"
1469
+ ]
1470
+ },
1471
+ "toValue": {
1472
+ "type": "string"
1473
+ },
1474
+ "toDisplay": {
1475
+ "type": "string"
1476
+ }
1477
+ }
1478
+ },
1479
+ {
1480
+ "type": "object",
1481
+ "properties": {
1482
+ "kind": {
1483
+ "type": "string",
1484
+ "const": "resolve"
1485
+ },
1486
+ "value": {
1487
+ "type": "string"
1488
+ }
1489
+ }
1490
+ }
1491
+ ]
1492
+ }
1493
+ },
1494
+ "required": [
1495
+ "kind",
1496
+ "operationId"
1497
+ ]
205
1498
  }
206
1499
  ]
207
1500
  }