@grexx/grexxlinter 0.2.348 → 0.2.351
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.
- package/cli.js +192 -54
- package/lsp.js +13418 -13380
- package/package.json +1 -1
- package/schemas/.caserefs.json +174 -0
- package/schemas/activityAttribute.schema.json +0 -7
- package/schemas/attribute.schema.json +0 -10
- package/schemas/conditionList.schema.json +50 -69
- package/schemas/datasetColumn.schema.json +0 -10
- package/schemas/datasetRight.schema.json +0 -1
- package/schemas/form.schema.json +74 -90
- package/schemas/formRight.schema.json +0 -1
- package/schemas/formfield.schema.json +0 -10
- package/schemas/ifthenelse.schema.json +57 -73
- package/schemas/llmModel.schema.json +0 -27
- package/schemas/requestContext.schema.json +0 -10
|
@@ -1,94 +1,78 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://grexx.net/studio-next/schemas/ifthenelse.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"
|
|
2
|
+
"$id" : "https://grexx.net/studio-next/schemas/ifthenelse.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
18
|
},
|
|
19
|
-
"type": "array"
|
|
19
|
+
"type" : "array"
|
|
20
20
|
},
|
|
21
|
-
"_origin": {
|
|
22
|
-
"type": "string"
|
|
21
|
+
"_origin" : {
|
|
22
|
+
"type" : "string"
|
|
23
23
|
},
|
|
24
|
-
"_src": {
|
|
25
|
-
"type": "string"
|
|
24
|
+
"_src" : {
|
|
25
|
+
"type" : "string"
|
|
26
26
|
},
|
|
27
|
-
"_type": {
|
|
28
|
-
"const": "ifthenelse"
|
|
27
|
+
"_type" : {
|
|
28
|
+
"const" : "ifthenelse"
|
|
29
29
|
},
|
|
30
|
-
"_uid": {
|
|
31
|
-
"description": "Deterministic UUID derived from case-ID.",
|
|
32
|
-
"format": "uuid",
|
|
33
|
-
"type": "string"
|
|
30
|
+
"_uid" : {
|
|
31
|
+
"description" : "Deterministic UUID derived from case-ID.",
|
|
32
|
+
"format" : "uuid",
|
|
33
|
+
"type" : "string"
|
|
34
34
|
},
|
|
35
|
-
"description": {
|
|
36
|
-
"$ref": "template/inlineTemplate.schema.json"
|
|
35
|
+
"description" : {
|
|
36
|
+
"$ref" : "template/inlineTemplate.schema.json"
|
|
37
37
|
},
|
|
38
|
-
"else": {
|
|
39
|
-
"items": {
|
|
40
|
-
"$ref": "abstractRule.schema.json"
|
|
38
|
+
"else" : {
|
|
39
|
+
"items" : {
|
|
40
|
+
"$ref" : "abstractRule.schema.json"
|
|
41
41
|
},
|
|
42
|
-
"type": "array"
|
|
42
|
+
"type" : "array"
|
|
43
43
|
},
|
|
44
|
-
"if": {
|
|
45
|
-
"$ref": "abstractCondition.schema.json"
|
|
44
|
+
"if" : {
|
|
45
|
+
"$ref" : "abstractCondition.schema.json"
|
|
46
46
|
},
|
|
47
|
-
"inactive": {
|
|
48
|
-
"type": "boolean"
|
|
47
|
+
"inactive" : {
|
|
48
|
+
"type" : "boolean"
|
|
49
49
|
},
|
|
50
|
-
"interfaceStudioProduct": {
|
|
51
|
-
"$ref": "common.schema.json#/$defs/caseIdOrFileReference"
|
|
50
|
+
"interfaceStudioProduct" : {
|
|
51
|
+
"$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
|
|
52
52
|
},
|
|
53
|
-
"metaCaseToOtap": {
|
|
54
|
-
"type": "boolean"
|
|
53
|
+
"metaCaseToOtap" : {
|
|
54
|
+
"type" : "boolean"
|
|
55
55
|
},
|
|
56
|
-
"ourProductId": {
|
|
57
|
-
"$ref": "common.schema.json#/$defs/caseIdOrFileReference"
|
|
56
|
+
"ourProductId" : {
|
|
57
|
+
"$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
|
|
58
58
|
},
|
|
59
|
-
"progressTemplate": {
|
|
60
|
-
"$ref": "template/inlineTemplate.schema.json"
|
|
59
|
+
"progressTemplate" : {
|
|
60
|
+
"$ref" : "template/inlineTemplate.schema.json"
|
|
61
61
|
},
|
|
62
|
-
"progressTitle": {
|
|
63
|
-
"$ref": "common.schema.json#/$defs/multilanguageStringStructure"
|
|
62
|
+
"progressTitle" : {
|
|
63
|
+
"$ref" : "common.schema.json#/$defs/multilanguageStringStructure"
|
|
64
64
|
},
|
|
65
|
-
"showProgress": {
|
|
66
|
-
"type": "boolean"
|
|
65
|
+
"showProgress" : {
|
|
66
|
+
"type" : "boolean"
|
|
67
67
|
},
|
|
68
|
-
"then": {
|
|
69
|
-
"items": {
|
|
70
|
-
"$ref": "abstractRule.schema.json"
|
|
68
|
+
"then" : {
|
|
69
|
+
"items" : {
|
|
70
|
+
"$ref" : "abstractRule.schema.json"
|
|
71
71
|
},
|
|
72
|
-
"type": "array"
|
|
72
|
+
"type" : "array"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
|
-
"required": [
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"title": "ifthenelse",
|
|
80
|
-
"type": "object",
|
|
81
|
-
"allOf": [
|
|
82
|
-
{
|
|
83
|
-
"properties": {
|
|
84
|
-
"hasValidConfiguration": false
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"properties": {
|
|
89
|
-
"wasEverFullyConfigured": false
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"$comment": "Conditionals generated by packages/schemas/scripts/extend.mjs from rules/ifthenelse.json."
|
|
94
|
-
}
|
|
75
|
+
"required" : [ "_type", "_uid" ],
|
|
76
|
+
"title" : "ifthenelse",
|
|
77
|
+
"type" : "object"
|
|
78
|
+
}
|
|
@@ -88,32 +88,5 @@
|
|
|
88
88
|
],
|
|
89
89
|
"title": "llmModel",
|
|
90
90
|
"type": "object",
|
|
91
|
-
"allOf": [
|
|
92
|
-
{
|
|
93
|
-
"properties": {
|
|
94
|
-
"llmFrequencyPenalty": false
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"properties": {
|
|
99
|
-
"llmMaxCompletionTokens": false
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"properties": {
|
|
104
|
-
"llmPresencePenalty": false
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"properties": {
|
|
109
|
-
"llmTemperature": false
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"properties": {
|
|
114
|
-
"llmTopP": false
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
],
|
|
118
91
|
"$comment": "Conditionals generated by packages/schemas/scripts/extend.mjs from rules/llmModel.json."
|
|
119
92
|
}
|
|
@@ -92,11 +92,6 @@
|
|
|
92
92
|
"title": "requestContext",
|
|
93
93
|
"type": "object",
|
|
94
94
|
"allOf": [
|
|
95
|
-
{
|
|
96
|
-
"properties": {
|
|
97
|
-
"hasValidConfiguration": false
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
95
|
{
|
|
101
96
|
"if": {
|
|
102
97
|
"anyOf": [
|
|
@@ -149,11 +144,6 @@
|
|
|
149
144
|
}
|
|
150
145
|
}
|
|
151
146
|
},
|
|
152
|
-
{
|
|
153
|
-
"properties": {
|
|
154
|
-
"wasEverFullyConfigured": false
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
147
|
{
|
|
158
148
|
"if": {
|
|
159
149
|
"properties": {
|