@grexx/grexxlinter 0.2.0

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 (137) hide show
  1. package/cli.js +14973 -0
  2. package/lsp.js +23977 -0
  3. package/package.json +19 -0
  4. package/schemas/.coverage.json +10987 -0
  5. package/schemas/abstract.schema.json +842 -0
  6. package/schemas/abstractAttribute.schema.json +38 -0
  7. package/schemas/abstractAttributeFormField.schema.json +50 -0
  8. package/schemas/abstractCondition.schema.json +74 -0
  9. package/schemas/abstractRight.schema.json +74 -0
  10. package/schemas/abstractRole.schema.json +50 -0
  11. package/schemas/abstractRule.schema.json +182 -0
  12. package/schemas/activity.schema.json +1328 -0
  13. package/schemas/activityAttribute.schema.json +73 -0
  14. package/schemas/activityRight.schema.json +64 -0
  15. package/schemas/agent.schema.json +179 -0
  16. package/schemas/agentTool.schema.json +118 -0
  17. package/schemas/attribute.schema.json +286 -0
  18. package/schemas/casetype.schema.json +256 -0
  19. package/schemas/catchBlock.schema.json +76 -0
  20. package/schemas/common.schema.json +63 -0
  21. package/schemas/conditionList.schema.json +67 -0
  22. package/schemas/container.schema.json +88 -0
  23. package/schemas/cssVariables.schema.json +90 -0
  24. package/schemas/customThrow.schema.json +73 -0
  25. package/schemas/dataRetentionProfile.schema.json +90 -0
  26. package/schemas/dataset.schema.json +579 -0
  27. package/schemas/datasetColumn.schema.json +423 -0
  28. package/schemas/datasetCondition.schema.json +409 -0
  29. package/schemas/datasetRight.schema.json +86 -0
  30. package/schemas/datasource.schema.json +73 -0
  31. package/schemas/dateProfile.schema.json +87 -0
  32. package/schemas/directRole.schema.json +71 -0
  33. package/schemas/fileUploadProfile.schema.json +75 -0
  34. package/schemas/forEach.schema.json +144 -0
  35. package/schemas/form.schema.json +119 -0
  36. package/schemas/formAction.schema.json +149 -0
  37. package/schemas/formActionAi.schema.json +81 -0
  38. package/schemas/formActionInlineJavascript.schema.json +66 -0
  39. package/schemas/formButton.schema.json +84 -0
  40. package/schemas/formGroup.schema.json +99 -0
  41. package/schemas/formRight.schema.json +86 -0
  42. package/schemas/formfield.schema.json +339 -0
  43. package/schemas/gridActivity.schema.json +80 -0
  44. package/schemas/gridColumn.schema.json +111 -0
  45. package/schemas/hasRoleCondition.schema.json +63 -0
  46. package/schemas/ifthenelse.schema.json +78 -0
  47. package/schemas/indirectRole.schema.json +74 -0
  48. package/schemas/job.schema.json +63 -0
  49. package/schemas/jobStep.schema.json +68 -0
  50. package/schemas/llmModel.schema.json +79 -0
  51. package/schemas/mapping.schema.json +690 -0
  52. package/schemas/menuItem.schema.json +519 -0
  53. package/schemas/menuItemRight.schema.json +64 -0
  54. package/schemas/metadata.schema.json +96 -0
  55. package/schemas/navigation.schema.json +86 -0
  56. package/schemas/notCondition.schema.json +60 -0
  57. package/schemas/parallelBlock.schema.json +75 -0
  58. package/schemas/picklist.schema.json +113 -0
  59. package/schemas/picklistItem.schema.json +71 -0
  60. package/schemas/platformAttribute.schema.json +300 -0
  61. package/schemas/platformRole.schema.json +191 -0
  62. package/schemas/platformconstants.schema.json +94 -0
  63. package/schemas/plugin.schema.json +99 -0
  64. package/schemas/pluginLibrary.schema.json +78 -0
  65. package/schemas/requestContext.schema.json +183 -0
  66. package/schemas/roleName.schema.json +115 -0
  67. package/schemas/ruleList.schema.json +72 -0
  68. package/schemas/securityProfile.schema.json +63 -0
  69. package/schemas/securityRequirement.schema.json +63 -0
  70. package/schemas/simpleCondition.schema.json +466 -0
  71. package/schemas/staticFile.schema.json +63 -0
  72. package/schemas/tag.schema.json +62 -0
  73. package/schemas/taskQueue.schema.json +69 -0
  74. package/schemas/template/activitymeta.schema.json +36 -0
  75. package/schemas/template/attribute.schema.json +31 -0
  76. package/schemas/template/calculate-dataset.schema.json +31 -0
  77. package/schemas/template/casemeta.schema.json +18 -0
  78. package/schemas/template/casetypemeta.schema.json +19 -0
  79. package/schemas/template/comment.schema.json +36 -0
  80. package/schemas/template/datasetColumn.schema.json +31 -0
  81. package/schemas/template/date-function.schema.json +232 -0
  82. package/schemas/template/definitionmeta.schema.json +73 -0
  83. package/schemas/template/file.schema.json +39 -0
  84. package/schemas/template/foreach.schema.json +67 -0
  85. package/schemas/template/formfield.schema.json +21 -0
  86. package/schemas/template/formula.schema.json +18 -0
  87. package/schemas/template/hasRole.schema.json +18 -0
  88. package/schemas/template/historic.schema.json +21 -0
  89. package/schemas/template/html.schema.json +165 -0
  90. package/schemas/template/icon.schema.json +18 -0
  91. package/schemas/template/if.schema.json +30 -0
  92. package/schemas/template/inlineTemplate.schema.json +26 -0
  93. package/schemas/template/isnull.schema.json +21 -0
  94. package/schemas/template/isofcasetype.schema.json +24 -0
  95. package/schemas/template/iterator.schema.json +61 -0
  96. package/schemas/template/json.schema.json +55 -0
  97. package/schemas/template/math.schema.json +210 -0
  98. package/schemas/template/meta.schema.json +164 -0
  99. package/schemas/template/metadefinitionmeta.schema.json +36 -0
  100. package/schemas/template/multivalue.schema.json +210 -0
  101. package/schemas/template/page.schema.json +21 -0
  102. package/schemas/template/parameter.schema.json +24 -0
  103. package/schemas/template/parameterDefinition.schema.json +27 -0
  104. package/schemas/template/parameterIdDefinition.schema.json +28 -0
  105. package/schemas/template/parseError.schema.json +48 -0
  106. package/schemas/template/picklist.schema.json +27 -0
  107. package/schemas/template/pseudoTemplate.schema.json +27 -0
  108. package/schemas/template/requestcontext.schema.json +52 -0
  109. package/schemas/template/returnType.schema.json +26 -0
  110. package/schemas/template/spacialMath.schema.json +77 -0
  111. package/schemas/template/special.schema.json +19 -0
  112. package/schemas/template/staticFile.schema.json +39 -0
  113. package/schemas/template/system.schema.json +22 -0
  114. package/schemas/template/systemconfig.schema.json +21 -0
  115. package/schemas/template/taskattribute.schema.json +21 -0
  116. package/schemas/template/taskdata.schema.json +24 -0
  117. package/schemas/template/taskmeta.schema.json +180 -0
  118. package/schemas/template/taskqueuemeta.schema.json +36 -0
  119. package/schemas/template/template.schema.json +27 -0
  120. package/schemas/template/templatePart.schema.json +638 -0
  121. package/schemas/template/text.schema.json +18 -0
  122. package/schemas/template/url.schema.json +77 -0
  123. package/schemas/template/urlParameter.schema.json +21 -0
  124. package/schemas/template/user.schema.json +36 -0
  125. package/schemas/template/userProperty.schema.json +22 -0
  126. package/schemas/template/usersession.schema.json +18 -0
  127. package/schemas/template/util.schema.json +434 -0
  128. package/schemas/template/xml.schema.json +55 -0
  129. package/schemas/template.schema.json +74 -0
  130. package/schemas/theme.schema.json +63 -0
  131. package/schemas/trigger.schema.json +413 -0
  132. package/schemas/tryBlock.schema.json +99 -0
  133. package/schemas/view.schema.json +159 -0
  134. package/schemas/webhook.schema.json +77 -0
  135. package/schemas/while.schema.json +130 -0
  136. package/schemas/widget.schema.json +1416 -0
  137. package/schemas/widgetRight.schema.json +85 -0
@@ -0,0 +1,409 @@
1
+ {
2
+ "$id": "https://grexx.net/studio-next/schemas/datasetCondition.schema.json",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
4
+ "additionalProperties": false,
5
+ "properties": {
6
+ "_id": {
7
+ "type": "string"
8
+ },
9
+ "_interfaceID": {
10
+ "type": "string"
11
+ },
12
+ "_isInterface": {
13
+ "type": "boolean"
14
+ },
15
+ "_knownIDs": {
16
+ "items": {
17
+ "type": "string"
18
+ },
19
+ "type": "array"
20
+ },
21
+ "_origin": {
22
+ "type": "string"
23
+ },
24
+ "_src": {
25
+ "type": "string"
26
+ },
27
+ "_type": {
28
+ "const": "datasetCondition"
29
+ },
30
+ "_uid": {
31
+ "description": "Deterministic UUID derived from case-ID.",
32
+ "format": "uuid",
33
+ "type": "string"
34
+ },
35
+ "column": {
36
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
37
+ },
38
+ "description": {
39
+ "$ref": "template/inlineTemplate.schema.json"
40
+ },
41
+ "field": {
42
+ "type": "string"
43
+ },
44
+ "fieldType": {
45
+ "type": "string"
46
+ },
47
+ "inactive": {
48
+ "type": "boolean"
49
+ },
50
+ "inlineTemplate": {
51
+ "$ref": "template/inlineTemplate.schema.json"
52
+ },
53
+ "interfaceStudioProduct": {
54
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
55
+ },
56
+ "leftFieldType": {
57
+ "enum": [
58
+ "column",
59
+ "leftDatasetColumn",
60
+ "rightDatasetColumn"
61
+ ],
62
+ "type": "string"
63
+ },
64
+ "metaCaseToOtap": {
65
+ "type": "boolean"
66
+ },
67
+ "negate": {
68
+ "type": "boolean"
69
+ },
70
+ "numberOfNearestNeighbors": {
71
+ "type": "integer"
72
+ },
73
+ "operator": {
74
+ "enum": [
75
+ "==",
76
+ "eq",
77
+ "equals",
78
+ "==text==",
79
+ "!==text!==",
80
+ "!==text==",
81
+ "!==",
82
+ "<>",
83
+ "!=",
84
+ "neq",
85
+ "!==",
86
+ ">=",
87
+ "gte",
88
+ ">",
89
+ "gt",
90
+ "<=",
91
+ "lte",
92
+ "<",
93
+ "lt",
94
+ "contains",
95
+ "notcontains",
96
+ "!contains",
97
+ "stringcontains",
98
+ "notstringcontains",
99
+ "!stringcontains",
100
+ "multivaluecontains",
101
+ "mvcontains",
102
+ "notmultivaluecontains",
103
+ "notmvcontains",
104
+ "!multivaluecontains",
105
+ "anyin",
106
+ "notanyin",
107
+ "!anyin",
108
+ "allin",
109
+ "notallin",
110
+ "!allin",
111
+ "vectorsearch",
112
+ "in",
113
+ "notin",
114
+ "!in",
115
+ "innonnull",
116
+ "notinnonnull",
117
+ "!innonnull",
118
+ "like",
119
+ "notlike",
120
+ "!like",
121
+ "beginsWith",
122
+ "begins",
123
+ "startswith",
124
+ "notBeginsWith",
125
+ "notbegins",
126
+ "notstartswith",
127
+ "!beginsWith",
128
+ "endsWith",
129
+ "ends",
130
+ "notEndsWith",
131
+ "notends",
132
+ "!endsWith",
133
+ "equalswildcard",
134
+ "notequalswildcard",
135
+ "!equalswildcard",
136
+ "equalswildcardlhs",
137
+ "notequalswildcardlhs",
138
+ "!equalswildcardlhs"
139
+ ],
140
+ "type": "string"
141
+ },
142
+ "ourProductId": {
143
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
144
+ },
145
+ "value": {
146
+ "type": "string"
147
+ },
148
+ "vectorSimilarityMeasure": {
149
+ "type": "number"
150
+ }
151
+ },
152
+ "required": [
153
+ "_type",
154
+ "_uid"
155
+ ],
156
+ "title": "datasetCondition",
157
+ "type": "object",
158
+ "allOf": [
159
+ {
160
+ "if": {
161
+ "anyOf": [
162
+ {
163
+ "properties": {
164
+ "fieldType": {
165
+ "const": "casedata"
166
+ }
167
+ },
168
+ "required": [
169
+ "fieldType"
170
+ ]
171
+ },
172
+ {
173
+ "properties": {
174
+ "fieldType": {
175
+ "const": "casemetadata"
176
+ }
177
+ },
178
+ "required": [
179
+ "fieldType"
180
+ ]
181
+ },
182
+ {
183
+ "properties": {
184
+ "fieldType": {
185
+ "const": "column"
186
+ }
187
+ },
188
+ "required": [
189
+ "fieldType"
190
+ ]
191
+ },
192
+ {
193
+ "properties": {
194
+ "fieldType": {
195
+ "const": "casedata"
196
+ }
197
+ },
198
+ "required": [
199
+ "fieldType"
200
+ ]
201
+ },
202
+ {
203
+ "properties": {
204
+ "fieldType": {
205
+ "const": "casemetadata"
206
+ }
207
+ },
208
+ "required": [
209
+ "fieldType"
210
+ ]
211
+ },
212
+ {
213
+ "properties": {
214
+ "fieldType": {
215
+ "const": "column"
216
+ }
217
+ },
218
+ "required": [
219
+ "fieldType"
220
+ ]
221
+ }
222
+ ]
223
+ },
224
+ "then": {},
225
+ "else": {
226
+ "properties": {
227
+ "field": false
228
+ }
229
+ }
230
+ },
231
+ {
232
+ "if": {
233
+ "anyOf": [
234
+ {
235
+ "properties": {
236
+ "fieldType": {
237
+ "const": "inlineTemplate"
238
+ }
239
+ },
240
+ "required": [
241
+ "fieldType"
242
+ ]
243
+ },
244
+ {
245
+ "properties": {
246
+ "fieldType": {
247
+ "const": "inlineTemplate"
248
+ }
249
+ },
250
+ "required": [
251
+ "fieldType"
252
+ ]
253
+ }
254
+ ]
255
+ },
256
+ "then": {},
257
+ "else": {
258
+ "properties": {
259
+ "inlineTemplate": false
260
+ }
261
+ }
262
+ },
263
+ {
264
+ "properties": {
265
+ "leftFieldType": false
266
+ }
267
+ },
268
+ {
269
+ "if": {
270
+ "properties": {
271
+ "fieldType": {
272
+ "const": "value"
273
+ }
274
+ },
275
+ "required": [
276
+ "fieldType"
277
+ ]
278
+ },
279
+ "then": {},
280
+ "else": {
281
+ "properties": {
282
+ "value": false
283
+ }
284
+ }
285
+ },
286
+ {
287
+ "if": {
288
+ "properties": {
289
+ "fieldType": {
290
+ "const": "casedata"
291
+ }
292
+ },
293
+ "required": [
294
+ "fieldType"
295
+ ]
296
+ },
297
+ "then": {
298
+ "required": [
299
+ "field"
300
+ ],
301
+ "properties": {
302
+ "inlineTemplate": false,
303
+ "value": false
304
+ }
305
+ }
306
+ },
307
+ {
308
+ "if": {
309
+ "properties": {
310
+ "fieldType": {
311
+ "const": "casemetadata"
312
+ }
313
+ },
314
+ "required": [
315
+ "fieldType"
316
+ ]
317
+ },
318
+ "then": {
319
+ "required": [
320
+ "field"
321
+ ],
322
+ "properties": {
323
+ "inlineTemplate": false,
324
+ "value": false
325
+ }
326
+ }
327
+ },
328
+ {
329
+ "if": {
330
+ "properties": {
331
+ "fieldType": {
332
+ "const": "column"
333
+ }
334
+ },
335
+ "required": [
336
+ "fieldType"
337
+ ]
338
+ },
339
+ "then": {
340
+ "required": [
341
+ "field"
342
+ ],
343
+ "properties": {
344
+ "inlineTemplate": false,
345
+ "value": false
346
+ }
347
+ }
348
+ },
349
+ {
350
+ "if": {
351
+ "properties": {
352
+ "fieldType": {
353
+ "const": "currentcase"
354
+ }
355
+ },
356
+ "required": [
357
+ "fieldType"
358
+ ]
359
+ },
360
+ "then": {
361
+ "properties": {
362
+ "field": false,
363
+ "inlineTemplate": false,
364
+ "value": false
365
+ }
366
+ }
367
+ },
368
+ {
369
+ "if": {
370
+ "properties": {
371
+ "fieldType": {
372
+ "const": "inlineTemplate"
373
+ }
374
+ },
375
+ "required": [
376
+ "fieldType"
377
+ ]
378
+ },
379
+ "then": {
380
+ "required": [
381
+ "inlineTemplate"
382
+ ],
383
+ "properties": {
384
+ "field": false,
385
+ "value": false
386
+ }
387
+ }
388
+ },
389
+ {
390
+ "if": {
391
+ "properties": {
392
+ "fieldType": {
393
+ "const": "value"
394
+ }
395
+ },
396
+ "required": [
397
+ "fieldType"
398
+ ]
399
+ },
400
+ "then": {
401
+ "properties": {
402
+ "field": false,
403
+ "inlineTemplate": false
404
+ }
405
+ }
406
+ }
407
+ ],
408
+ "$comment": "Conditionals generated by packages/schemas/scripts/extend.mjs from rules/datasetCondition.json."
409
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "$id": "https://grexx.net/studio-next/schemas/datasetRight.schema.json",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
4
+ "additionalProperties": false,
5
+ "properties": {
6
+ "_id": {
7
+ "type": "string"
8
+ },
9
+ "_interfaceID": {
10
+ "type": "string"
11
+ },
12
+ "_isInterface": {
13
+ "type": "boolean"
14
+ },
15
+ "_knownIDs": {
16
+ "items": {
17
+ "type": "string"
18
+ },
19
+ "type": "array"
20
+ },
21
+ "_origin": {
22
+ "type": "string"
23
+ },
24
+ "_src": {
25
+ "type": "string"
26
+ },
27
+ "_type": {
28
+ "const": "datasetRight"
29
+ },
30
+ "_uid": {
31
+ "description": "Deterministic UUID derived from case-ID.",
32
+ "format": "uuid",
33
+ "type": "string"
34
+ },
35
+ "condition": {
36
+ "$ref": "abstractCondition.schema.json"
37
+ },
38
+ "description": {
39
+ "$ref": "template/inlineTemplate.schema.json"
40
+ },
41
+ "inactive": {
42
+ "type": "boolean"
43
+ },
44
+ "interfaceStudioProduct": {
45
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
46
+ },
47
+ "metaCaseToOtap": {
48
+ "type": "boolean"
49
+ },
50
+ "ourProductId": {
51
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
52
+ },
53
+ "roleName": {
54
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
55
+ },
56
+ "type": {
57
+ "enum": [
58
+ "widget_view",
59
+ "activity_request",
60
+ "activity_execute",
61
+ "activity_trigger",
62
+ "activity_agent_request",
63
+ "activity_agent_execute",
64
+ "activity_agent_suggest_request",
65
+ "activity_agent_suggest_execute",
66
+ "dataset_view",
67
+ "form_view",
68
+ "menuItem_view",
69
+ "debug_action",
70
+ "any_right"
71
+ ],
72
+ "type": "string"
73
+ }
74
+ },
75
+ "required": [
76
+ "_type",
77
+ "_uid",
78
+ "description",
79
+ "condition",
80
+ "roleName",
81
+ "type"
82
+ ],
83
+ "title": "datasetRight",
84
+ "type": "object",
85
+ "$comment": "Conditionals generated by packages/schemas/scripts/extend.mjs from rules/datasetRight.json."
86
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "$id" : "https://grexx.net/studio-next/schemas/datasource.schema.json",
3
+ "$schema" : "https://json-schema.org/draft/2020-12/schema",
4
+ "additionalProperties" : false,
5
+ "properties" : {
6
+ "_id" : {
7
+ "type" : "string"
8
+ },
9
+ "_interfaceID" : {
10
+ "type" : "string"
11
+ },
12
+ "_isInterface" : {
13
+ "type" : "boolean"
14
+ },
15
+ "_knownIDs" : {
16
+ "items" : {
17
+ "type" : "string"
18
+ },
19
+ "type" : "array"
20
+ },
21
+ "_origin" : {
22
+ "type" : "string"
23
+ },
24
+ "_src" : {
25
+ "type" : "string"
26
+ },
27
+ "_type" : {
28
+ "const" : "datasource"
29
+ },
30
+ "_uid" : {
31
+ "description" : "Deterministic UUID derived from case-ID.",
32
+ "format" : "uuid",
33
+ "type" : "string"
34
+ },
35
+ "datasourceDatabase" : {
36
+ "type" : "string"
37
+ },
38
+ "datasourceHost" : {
39
+ "type" : "string"
40
+ },
41
+ "datasourcePort" : {
42
+ "type" : "integer"
43
+ },
44
+ "datasourceUser" : {
45
+ "type" : "string"
46
+ },
47
+ "description" : {
48
+ "$ref" : "template/inlineTemplate.schema.json"
49
+ },
50
+ "inactive" : {
51
+ "type" : "boolean"
52
+ },
53
+ "interfaceStudioProduct" : {
54
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
55
+ },
56
+ "metaCaseToOtap" : {
57
+ "type" : "boolean"
58
+ },
59
+ "name" : {
60
+ "$ref" : "common.schema.json#/$defs/multilanguageStringStructure"
61
+ },
62
+ "ourProductId" : {
63
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
64
+ },
65
+ "type" : {
66
+ "enum" : [ "internal", "mysql_fdw", "multicorn_alchemy" ],
67
+ "type" : "string"
68
+ }
69
+ },
70
+ "required" : [ "_type", "_uid" ],
71
+ "title" : "datasource",
72
+ "type" : "object"
73
+ }
@@ -0,0 +1,87 @@
1
+ {
2
+ "$id" : "https://grexx.net/studio-next/schemas/dateProfile.schema.json",
3
+ "$schema" : "https://json-schema.org/draft/2020-12/schema",
4
+ "additionalProperties" : false,
5
+ "properties" : {
6
+ "_id" : {
7
+ "type" : "string"
8
+ },
9
+ "_interfaceID" : {
10
+ "type" : "string"
11
+ },
12
+ "_isInterface" : {
13
+ "type" : "boolean"
14
+ },
15
+ "_knownIDs" : {
16
+ "items" : {
17
+ "type" : "string"
18
+ },
19
+ "type" : "array"
20
+ },
21
+ "_origin" : {
22
+ "type" : "string"
23
+ },
24
+ "_src" : {
25
+ "type" : "string"
26
+ },
27
+ "_type" : {
28
+ "const" : "dateProfile"
29
+ },
30
+ "_uid" : {
31
+ "description" : "Deterministic UUID derived from case-ID.",
32
+ "format" : "uuid",
33
+ "type" : "string"
34
+ },
35
+ "dateProfileFriday" : {
36
+ "type" : "boolean"
37
+ },
38
+ "dateProfileIncludeHolidays" : {
39
+ "type" : "boolean"
40
+ },
41
+ "dateProfileMaxDate" : {
42
+ "$ref" : "template/inlineTemplate.schema.json"
43
+ },
44
+ "dateProfileMinDate" : {
45
+ "$ref" : "template/inlineTemplate.schema.json"
46
+ },
47
+ "dateProfileMonday" : {
48
+ "type" : "boolean"
49
+ },
50
+ "dateProfileSaturday" : {
51
+ "type" : "boolean"
52
+ },
53
+ "dateProfileSunday" : {
54
+ "type" : "boolean"
55
+ },
56
+ "dateProfileThursday" : {
57
+ "type" : "boolean"
58
+ },
59
+ "dateProfileTuesday" : {
60
+ "type" : "boolean"
61
+ },
62
+ "dateProfileWednesday" : {
63
+ "type" : "boolean"
64
+ },
65
+ "description" : {
66
+ "$ref" : "template/inlineTemplate.schema.json"
67
+ },
68
+ "inactive" : {
69
+ "type" : "boolean"
70
+ },
71
+ "interfaceStudioProduct" : {
72
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
73
+ },
74
+ "metaCaseToOtap" : {
75
+ "type" : "boolean"
76
+ },
77
+ "name" : {
78
+ "$ref" : "common.schema.json#/$defs/multilanguageStringStructure"
79
+ },
80
+ "ourProductId" : {
81
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
82
+ }
83
+ },
84
+ "required" : [ "_type", "_uid" ],
85
+ "title" : "dateProfile",
86
+ "type" : "object"
87
+ }