@grexx/grexxlinter 0.2.326 → 0.2.343

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 (51) hide show
  1. package/cli.js +2 -2
  2. package/lsp.js +1 -1
  3. package/package.json +1 -1
  4. package/schemas/.coverage.json +0 -147
  5. package/schemas/activity.schema.json +0 -1
  6. package/schemas/activityRight.schema.json +2 -8
  7. package/schemas/attribute.schema.json +10 -0
  8. package/schemas/casetype.schema.json +0 -1
  9. package/schemas/catchBlock.schema.json +1 -2
  10. package/schemas/conditionList.schema.json +69 -50
  11. package/schemas/container.schema.json +1 -7
  12. package/schemas/datasetColumn.schema.json +0 -5
  13. package/schemas/datasetRight.schema.json +0 -2
  14. package/schemas/directRole.schema.json +0 -7
  15. package/schemas/forEach.schema.json +0 -5
  16. package/schemas/formAction.schema.json +1 -7
  17. package/schemas/formActionInlineJavascript.schema.json +49 -54
  18. package/schemas/formGroup.schema.json +71 -82
  19. package/schemas/formRight.schema.json +0 -2
  20. package/schemas/formfield.schema.json +0 -5
  21. package/schemas/gridActivity.schema.json +59 -78
  22. package/schemas/gridColumn.schema.json +107 -144
  23. package/schemas/ifthenelse.schema.json +0 -10
  24. package/schemas/indirectRole.schema.json +0 -7
  25. package/schemas/jobStep.schema.json +47 -64
  26. package/schemas/mapping.schema.json +1 -12
  27. package/schemas/menuItem.schema.json +0 -5
  28. package/schemas/menuItemRight.schema.json +45 -71
  29. package/schemas/metadata.schema.json +3 -1
  30. package/schemas/notCondition.schema.json +45 -66
  31. package/schemas/parallelBlock.schema.json +55 -60
  32. package/schemas/picklist.schema.json +1 -2
  33. package/schemas/picklistItem.schema.json +49 -55
  34. package/schemas/platformRole.schema.json +0 -6
  35. package/schemas/plugin.schema.json +71 -77
  36. package/schemas/pluginLibrary.schema.json +0 -2
  37. package/schemas/requestContext.schema.json +10 -0
  38. package/schemas/securityProfile.schema.json +53 -47
  39. package/schemas/securityRequirement.schema.json +52 -47
  40. package/schemas/simpleCondition.schema.json +0 -5
  41. package/schemas/template/date-function.schema.json +1 -0
  42. package/schemas/template/html.schema.json +1 -0
  43. package/schemas/template/if.schema.json +1 -0
  44. package/schemas/template/iterator.schema.json +1 -0
  45. package/schemas/template/multivalue.schema.json +1 -0
  46. package/schemas/template/picklist.schema.json +1 -0
  47. package/schemas/template/util.schema.json +4 -0
  48. package/schemas/template.schema.json +1 -2
  49. package/schemas/trigger.schema.json +0 -5
  50. package/schemas/tryBlock.schema.json +1 -2
  51. package/schemas/widgetRight.schema.json +1 -2
@@ -1,72 +1,66 @@
1
1
  {
2
- "$id": "https://grexx.net/studio-next/schemas/picklistItem.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/picklistItem.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": "picklistItem"
27
+ "_type" : {
28
+ "const" : "picklistItem"
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
- "condition": {
36
- "$ref": "abstractCondition.schema.json"
35
+ "condition" : {
36
+ "$ref" : "abstractCondition.schema.json"
37
37
  },
38
- "description": {
39
- "$ref": "template/inlineTemplate.schema.json"
38
+ "description" : {
39
+ "$ref" : "template/inlineTemplate.schema.json"
40
40
  },
41
- "disabled": {
42
- "type": "boolean"
41
+ "disabled" : {
42
+ "type" : "boolean"
43
43
  },
44
- "inactive": {
45
- "type": "boolean"
44
+ "inactive" : {
45
+ "type" : "boolean"
46
46
  },
47
- "interfaceStudioProduct": {
48
- "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
47
+ "interfaceStudioProduct" : {
48
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
49
49
  },
50
- "label": {
51
- "$ref": "common.schema.json#/$defs/multilanguageStringStructure"
50
+ "label" : {
51
+ "$ref" : "common.schema.json#/$defs/multilanguageStringStructure"
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
- "value": {
60
- "type": "string"
59
+ "value" : {
60
+ "type" : "string"
61
61
  }
62
62
  },
63
- "required": [
64
- "_type",
65
- "_uid",
66
- "StoreproductId",
67
- "StoreproductLatestVersionId"
68
- ],
69
- "title": "picklistItem",
70
- "type": "object",
71
- "$comment": "Conditionals generated by packages/schemas/scripts/extend.mjs from rules/picklistItem.json."
72
- }
63
+ "required" : [ "_type", "_uid" ],
64
+ "title" : "picklistItem",
65
+ "type" : "object"
66
+ }
@@ -124,7 +124,6 @@
124
124
  "required": [
125
125
  "_type",
126
126
  "_uid",
127
- "roleName",
128
127
  "platformRoleType"
129
128
  ],
130
129
  "title": "platformRole",
@@ -135,11 +134,6 @@
135
134
  "aiAgents": false
136
135
  }
137
136
  },
138
- {
139
- "properties": {
140
- "devParentCase": false
141
- }
142
- },
143
137
  {
144
138
  "if": {
145
139
  "properties": {
@@ -1,105 +1,99 @@
1
1
  {
2
- "$id": "https://grexx.net/studio-next/schemas/plugin.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/plugin.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": "plugin"
27
+ "_type" : {
28
+ "const" : "plugin"
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
- "datasets": {
36
- "items": {
37
- "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
35
+ "datasets" : {
36
+ "items" : {
37
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
38
38
  },
39
- "type": "array"
39
+ "type" : "array"
40
40
  },
41
- "definitionHTML": {
42
- "type": "string"
41
+ "definitionHTML" : {
42
+ "type" : "string"
43
43
  },
44
- "definitionJavascript": {
45
- "type": "string"
44
+ "definitionJavascript" : {
45
+ "type" : "string"
46
46
  },
47
- "definitionStylesheet": {
48
- "type": "string"
47
+ "definitionStylesheet" : {
48
+ "type" : "string"
49
49
  },
50
- "description": {
51
- "$ref": "template/inlineTemplate.schema.json"
50
+ "description" : {
51
+ "$ref" : "template/inlineTemplate.schema.json"
52
52
  },
53
- "enabled": {
54
- "type": "boolean"
53
+ "enabled" : {
54
+ "type" : "boolean"
55
55
  },
56
- "forms": {
57
- "items": {
58
- "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
56
+ "forms" : {
57
+ "items" : {
58
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
59
59
  },
60
- "type": "array"
60
+ "type" : "array"
61
61
  },
62
- "inactive": {
63
- "type": "boolean"
62
+ "inactive" : {
63
+ "type" : "boolean"
64
64
  },
65
- "interfaceStudioProduct": {
66
- "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
65
+ "interfaceStudioProduct" : {
66
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
67
67
  },
68
- "metaCaseToOtap": {
69
- "type": "boolean"
68
+ "metaCaseToOtap" : {
69
+ "type" : "boolean"
70
70
  },
71
- "name": {
72
- "$ref": "common.schema.json#/$defs/multilanguageStringStructure"
71
+ "name" : {
72
+ "$ref" : "common.schema.json#/$defs/multilanguageStringStructure"
73
73
  },
74
- "ourProductId": {
75
- "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
74
+ "ourProductId" : {
75
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
76
76
  },
77
- "pluginLibrary": {
78
- "items": {
79
- "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
77
+ "pluginLibrary" : {
78
+ "items" : {
79
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
80
80
  },
81
- "type": "array"
81
+ "type" : "array"
82
82
  },
83
- "type": {
84
- "type": "string"
83
+ "type" : {
84
+ "type" : "string"
85
85
  },
86
- "version": {
87
- "type": "string"
86
+ "version" : {
87
+ "type" : "string"
88
88
  },
89
- "views": {
90
- "items": {
91
- "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
89
+ "views" : {
90
+ "items" : {
91
+ "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
92
92
  },
93
- "type": "array"
93
+ "type" : "array"
94
94
  }
95
95
  },
96
- "required": [
97
- "_type",
98
- "_uid",
99
- "StoreproductId",
100
- "StoreproductLatestVersionId"
101
- ],
102
- "title": "plugin",
103
- "type": "object",
104
- "$comment": "Conditionals generated by packages/schemas/scripts/extend.mjs from rules/plugin.json."
105
- }
96
+ "required" : [ "_type", "_uid" ],
97
+ "title" : "plugin",
98
+ "type" : "object"
99
+ }
@@ -70,8 +70,6 @@
70
70
  "_type",
71
71
  "_uid",
72
72
  "name",
73
- "StoreproductId",
74
- "StoreproductLatestVersionId",
75
73
  "version"
76
74
  ],
77
75
  "title": "pluginLibrary",
@@ -92,6 +92,11 @@
92
92
  "title": "requestContext",
93
93
  "type": "object",
94
94
  "allOf": [
95
+ {
96
+ "properties": {
97
+ "hasValidConfiguration": false
98
+ }
99
+ },
95
100
  {
96
101
  "if": {
97
102
  "anyOf": [
@@ -144,6 +149,11 @@
144
149
  }
145
150
  }
146
151
  },
152
+ {
153
+ "properties": {
154
+ "wasEverFullyConfigured": false
155
+ }
156
+ },
147
157
  {
148
158
  "if": {
149
159
  "properties": {
@@ -1,63 +1,69 @@
1
1
  {
2
- "$id" : "https://grexx.net/studio-next/schemas/securityProfile.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/securityProfile.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" : "securityProfile"
27
+ "_type": {
28
+ "const": "securityProfile"
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
- "inactive" : {
39
- "type" : "boolean"
38
+ "inactive": {
39
+ "type": "boolean"
40
40
  },
41
- "interfaceStudioProduct" : {
42
- "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
41
+ "interfaceStudioProduct": {
42
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
43
43
  },
44
- "metaCaseToOtap" : {
45
- "type" : "boolean"
44
+ "metaCaseToOtap": {
45
+ "type": "boolean"
46
46
  },
47
- "name" : {
48
- "$ref" : "common.schema.json#/$defs/multilanguageStringStructure"
47
+ "name": {
48
+ "$ref": "common.schema.json#/$defs/multilanguageStringStructure"
49
49
  },
50
- "ourProductId" : {
51
- "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
50
+ "ourProductId": {
51
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
52
52
  },
53
- "securityRequirements" : {
54
- "items" : {
55
- "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
53
+ "securityRequirements": {
54
+ "items": {
55
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
56
56
  },
57
- "type" : "array"
57
+ "type": "array"
58
58
  }
59
59
  },
60
- "required" : [ "_type", "_uid" ],
61
- "title" : "securityProfile",
62
- "type" : "object"
63
- }
60
+ "required": [
61
+ "_type",
62
+ "_uid",
63
+ "name",
64
+ "securityRequirements"
65
+ ],
66
+ "title": "securityProfile",
67
+ "type": "object",
68
+ "$comment": "Conditionals generated by packages/schemas/scripts/extend.mjs from rules/securityProfile.json."
69
+ }
@@ -1,63 +1,68 @@
1
1
  {
2
- "$id" : "https://grexx.net/studio-next/schemas/securityRequirement.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/securityRequirement.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" : "securityRequirement"
27
+ "_type": {
28
+ "const": "securityRequirement"
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
- "inactive" : {
39
- "type" : "boolean"
38
+ "inactive": {
39
+ "type": "boolean"
40
40
  },
41
- "interfaceStudioProduct" : {
42
- "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
41
+ "interfaceStudioProduct": {
42
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
43
43
  },
44
- "key" : {
45
- "type" : "string"
44
+ "key": {
45
+ "type": "string"
46
46
  },
47
- "metaCaseToOtap" : {
48
- "type" : "boolean"
47
+ "metaCaseToOtap": {
48
+ "type": "boolean"
49
49
  },
50
- "ourProductId" : {
51
- "$ref" : "common.schema.json#/$defs/caseIdOrFileReference"
50
+ "ourProductId": {
51
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
52
52
  },
53
- "value" : {
54
- "items" : {
55
- "type" : "string"
53
+ "value": {
54
+ "items": {
55
+ "type": "string"
56
56
  },
57
- "type" : "array"
57
+ "type": "array"
58
58
  }
59
59
  },
60
- "required" : [ "_type", "_uid" ],
61
- "title" : "securityRequirement",
62
- "type" : "object"
63
- }
60
+ "required": [
61
+ "_type",
62
+ "_uid",
63
+ "key"
64
+ ],
65
+ "title": "securityRequirement",
66
+ "type": "object",
67
+ "$comment": "Conditionals generated by packages/schemas/scripts/extend.mjs from rules/securityRequirement.json."
68
+ }
@@ -235,11 +235,6 @@
235
235
  "parentCondition": false
236
236
  }
237
237
  },
238
- {
239
- "properties": {
240
- "parentRule": false
241
- }
242
- },
243
238
  {
244
239
  "properties": {
245
240
  "rightFieldStaticItem": false
@@ -190,6 +190,7 @@
190
190
  "$ref" : "inlineTemplate.schema.json"
191
191
  },
192
192
  "timeUnit" : {
193
+ "enum" : [ "millis", "seconds", "minutes", "hours", "days", "weeks", "months", "years" ],
193
194
  "type" : "string"
194
195
  }
195
196
  }
@@ -150,6 +150,7 @@
150
150
  "$ref" : "inlineTemplate.schema.json"
151
151
  },
152
152
  "tag" : {
153
+ "enum" : [ "button", "div", "span", "a", "input" ],
153
154
  "type" : "string"
154
155
  },
155
156
  "title" : {
@@ -9,6 +9,7 @@
9
9
  "$ref" : "inlineTemplate.schema.json"
10
10
  },
11
11
  "operator" : {
12
+ "enum" : [ "==", "eq", "equals", "==text==", "!==text!==", "!==text==", "!==", "<>", "!=", "neq", "!==", ">=", "gte", ">", "gt", "<=", "lte", "<", "lt", "contains", "notcontains", "!contains", "stringcontains", "notstringcontains", "!stringcontains", "multivaluecontains", "mvcontains", "notmultivaluecontains", "notmvcontains", "!multivaluecontains", "anyin", "notanyin", "!anyin", "allin", "notallin", "!allin", "vectorsearch", "in", "notin", "!in", "innonnull", "notinnonnull", "!innonnull", "like", "notlike", "!like", "beginsWith", "begins", "startswith", "notBeginsWith", "notbegins", "notstartswith", "!beginsWith", "endsWith", "ends", "notEndsWith", "notends", "!endsWith", "equalswildcard", "notequalswildcard", "!equalswildcard", "equalswildcardlhs", "notequalswildcardlhs", "!equalswildcardlhs" ],
12
13
  "type" : "string"
13
14
  },
14
15
  "returnType" : {
@@ -48,6 +48,7 @@
48
48
  "const" : "iterator"
49
49
  },
50
50
  "useCache" : {
51
+ "enum" : [ "auto", "readonly", "readwrite" ],
51
52
  "type" : "string"
52
53
  },
53
54
  "value" : {
@@ -187,6 +187,7 @@
187
187
  "$ref" : "inlineTemplate.schema.json"
188
188
  },
189
189
  "sortDirectionFixed" : {
190
+ "enum" : [ "asc", "ascending", "desc", "descending", "dynamic" ],
190
191
  "type" : "string"
191
192
  }
192
193
  }
@@ -3,6 +3,7 @@
3
3
  "$schema" : "https://json-schema.org/draft/2020-12/schema",
4
4
  "properties" : {
5
5
  "notFoundBehaviour" : {
6
+ "enum" : [ "noLabelText", "rawValue", "parseAlways", "empty" ],
6
7
  "type" : "string"
7
8
  },
8
9
  "param" : {