@@ -92,32 +92,19 @@ making sure that you maintain a proper JSON format.
92
92
"propertyName" : " Data block encoding" ,
93
93
"propertyKeyword" : " dataBlockEncoding" ,
94
94
"propertyType" : " select" ,
95
- "options" : [
96
- " NONE" ,
97
- " PREFIX" ,
98
- " DIFF" ,
99
- " FAST_DIFF" ,
100
- " PREFIX_TREE"
101
- ]
95
+ "options" : [" NONE" , " PREFIX" , " DIFF" , " FAST_DIFF" , " PREFIX_TREE" ]
102
96
},
103
97
{
104
98
"propertyName" : " Bloomfilter" ,
105
99
"propertyKeyword" : " bloomfilter" ,
106
100
"propertyType" : " select" ,
107
- "options" : [
108
- " NONE" ,
109
- " ROW" ,
110
- " ROWCOL"
111
- ]
101
+ "options" : [" NONE" , " ROW" , " ROWCOL" ]
112
102
},
113
103
{
114
104
"propertyName" : " Replication scope" ,
115
105
"propertyKeyword" : " replicationScope" ,
116
106
"propertyType" : " select" ,
117
- "options" : [
118
- " 0" ,
119
- " 1"
120
- ]
107
+ "options" : [" 0" , " 1" ]
121
108
},
122
109
{
123
110
"propertyName" : " Versions" ,
@@ -131,13 +118,7 @@ making sure that you maintain a proper JSON format.
131
118
"propertyName" : " Compression" ,
132
119
"propertyKeyword" : " compression" ,
133
120
"propertyType" : " select" ,
134
- "options" : [
135
- " NONE" ,
136
- " SNAPPY" ,
137
- " LZO" ,
138
- " LZ4" ,
139
- " GZ"
140
- ]
121
+ "options" : [" NONE" , " SNAPPY" , " LZO" , " LZ4" , " GZ" ]
141
122
},
142
123
{
143
124
"propertyName" : " Time-to-Live" ,
@@ -156,7 +137,7 @@ making sure that you maintain a proper JSON format.
156
137
"allowNegative" : false
157
138
},
158
139
{
159
- "propertyName" : " Kepp deleted cells" ,
140
+ "propertyName" : " Keep deleted cells" ,
160
141
"propertyKeyword" : " keepDeletedCells" ,
161
142
"propertyType" : " checkbox"
162
143
},
@@ -208,10 +189,12 @@ making sure that you maintain a proper JSON format.
208
189
"propertyType" : " text" ,
209
190
"arrayItemDisabled" : true ,
210
191
"enableForReference" : true ,
211
- "disabledOnCondition" : [{
192
+ "disabledOnCondition" : [
193
+ {
212
194
"key" : " key" ,
213
195
"value" : true
214
- }, {
196
+ },
197
+ {
215
198
"key" : " documentKind" ,
216
199
"value" : true
217
200
}
@@ -247,4 +230,4 @@ making sure that you maintain a proper JSON format.
247
230
"array" : " array" ,
248
231
"null" : " null"
249
232
}
250
- }
233
+ }
0 commit comments