File tree 1 file changed +65
-7
lines changed
1 file changed +65
-7
lines changed Original file line number Diff line number Diff line change 69
69
" y" ,
70
70
" y2" ,
71
71
" color" ,
72
- " stroke"
72
+ " stroke" ,
73
+ " opacity"
73
74
],
74
75
"type" : " string"
75
76
},
139
140
"binby" : {
140
141
"additionalProperties" : false ,
141
142
"properties" : {
142
- "bin_end" : {
143
- "type" : " string"
144
- },
145
- "bin_start" : {
146
- "type" : " string"
147
- },
148
143
"bins" : {
149
144
"type" : " number"
150
145
},
153
148
},
154
149
"nice" : {
155
150
"type" : " boolean"
151
+ },
152
+ "output" : {
153
+ "additionalProperties" : false ,
154
+ "properties" : {
155
+ "bin_end" : {
156
+ "type" : " string"
157
+ },
158
+ "bin_start" : {
159
+ "type" : " string"
160
+ }
161
+ },
162
+ "type" : " object"
156
163
}
157
164
},
158
165
"required" : [
215
222
},
216
223
{
217
224
"$ref" : " #/definitions/Filter"
225
+ },
226
+ {
227
+ "$ref" : " #/definitions/KDE"
218
228
}
219
229
],
220
230
"description" : " TODO: Description"
1040
1050
],
1041
1051
"type" : " object"
1042
1052
},
1053
+ "KDE" : {
1054
+ "additionalProperties" : false ,
1055
+ "description" : " TODO: Description" ,
1056
+ "properties" : {
1057
+ "in" : {
1058
+ "description" : " TODO: Description" ,
1059
+ "type" : " string"
1060
+ },
1061
+ "kde" : {
1062
+ "additionalProperties" : false ,
1063
+ "properties" : {
1064
+ "bandwidth" : {
1065
+ "type" : " number"
1066
+ },
1067
+ "field" : {
1068
+ "type" : " string"
1069
+ },
1070
+ "output" : {
1071
+ "additionalProperties" : false ,
1072
+ "properties" : {
1073
+ "density" : {
1074
+ "type" : " string"
1075
+ },
1076
+ "sample" : {
1077
+ "type" : " string"
1078
+ }
1079
+ },
1080
+ "type" : " object"
1081
+ },
1082
+ "samples" : {
1083
+ "type" : " number"
1084
+ }
1085
+ },
1086
+ "required" : [
1087
+ " field"
1088
+ ],
1089
+ "type" : " object"
1090
+ },
1091
+ "out" : {
1092
+ "description" : " TODO: Description" ,
1093
+ "type" : " string"
1094
+ }
1095
+ },
1096
+ "required" : [
1097
+ " kde"
1098
+ ],
1099
+ "type" : " object"
1100
+ },
1043
1101
"LineEncodingOptions" : {
1044
1102
"description" : " TODO: Description" ,
1045
1103
"enum" : [
You can’t perform that action at this time.
0 commit comments