@@ -305,48 +305,6 @@ making sure that you maintain a proper JSON format.
305305 }
306306 }
307307 },
308- {
309- "propertyName" : " Indexes" ,
310- "propertyType" : " group" ,
311- "propertyKeyword" : " inclIndexes" ,
312- "shouldValidate" : false ,
313- "propertyTooltip" : " " ,
314- "structure" : [
315- {
316- "propertyName" : " Kind" ,
317- "propertyKeyword" : " kind" ,
318- "shouldValidate" : false ,
319- "propertyTooltip" : " Index kind: Hash (equality queries), Range (equality, range or Order By queries), or Spatial (spatial queries)" ,
320- "propertyType" : " select" ,
321- "options" : [
322- " Hash" ,
323- " Range"
324- ]
325- },
326- {
327- "propertyName" : " Data type" ,
328- "propertyKeyword" : " dataType" ,
329- "shouldValidate" : false ,
330- "propertyTooltip" : " Data type: String, Number, Point, Polygon, or LineString (can contain only one entry per data type per path)" ,
331- "propertyType" : " select" ,
332- "options" : [
333- " String" ,
334- " Number"
335- ]
336- },
337- {
338- "propertyName" : " Precision" ,
339- "propertyKeyword" : " indexPrecision" ,
340- "shouldValidate" : false ,
341- "propertyTooltip" : " 1-8 or -1 (Maximum precision) for numbers, 1-100 (Maximum precision) for string" ,
342- "propertyType" : " numeric" ,
343- "valueType" : " number" ,
344- "allowNegative" : true ,
345- "minValue" : -1 ,
346- "maxValue" : 100
347- }
348- ]
349- },
350308 {
351309 "propertyName" : " Description" ,
352310 "propertyKeyword" : " indexDescription" ,
@@ -400,48 +358,6 @@ making sure that you maintain a proper JSON format.
400358 }
401359 }
402360 },
403- {
404- "propertyName" : " Indexes" ,
405- "propertyType" : " group" ,
406- "propertyKeyword" : " exclIndexes" ,
407- "shouldValidate" : false ,
408- "propertyTooltip" : " " ,
409- "structure" : [
410- {
411- "propertyName" : " Kind" ,
412- "propertyKeyword" : " kind" ,
413- "shouldValidate" : false ,
414- "propertyTooltip" : " Index kind: Hash (equality queries), Range (equality, range or Order By queries), or Spatial (spatial queries)" ,
415- "propertyType" : " select" ,
416- "options" : [
417- " Hash" ,
418- " Range"
419- ]
420- },
421- {
422- "propertyName" : " Data type" ,
423- "propertyKeyword" : " dataType" ,
424- "shouldValidate" : false ,
425- "propertyTooltip" : " Data type: String, Number, Point, Polygon, or LineString (can contain only one entry per data type per path)" ,
426- "propertyType" : " select" ,
427- "options" : [
428- " String" ,
429- " Number"
430- ]
431- },
432- {
433- "propertyName" : " Precision" ,
434- "propertyKeyword" : " indexPrecision" ,
435- "shouldValidate" : false ,
436- "propertyTooltip" : " 1-8 or -1 (Maximum precision) for numbers, 1-100 (Maximum precision) for string" ,
437- "propertyType" : " text" ,
438- "valueType" : " number" ,
439- "allowNegative" : true ,
440- "minValue" : -1 ,
441- "maxValue" : 100
442- }
443- ]
444- },
445361 {
446362 "propertyName" : " Description" ,
447363 "propertyKeyword" : " indexDescription" ,
0 commit comments