Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 74
74
<title >SizeDiffPreviousPercent JSON example</title >
75
75
76
76
<programlisting ><![CDATA[
77
- {"type": "SizeDiffPreviousPercent", "value": "10" }]]> </programlisting >
77
+ {"type": "SizeDiffPreviousPercent", "value": 10 }]]> </programlisting >
78
78
79
79
</example >
80
80
Original file line number Diff line number Diff line change 219
219
<programlisting ><![CDATA[ {
220
220
"type": "quantity",
221
221
"options": {
222
- "amount": "20"
222
+ "amount": 20
223
223
}
224
224
}]]> </programlisting >
225
225
</example >
@@ -315,11 +315,11 @@ backups | ............| . . . . . . . . . | . . . | .
315
315
<programlisting ><![CDATA[ {
316
316
"type": "stepwise",
317
317
"options": {
318
- "daysToKeepAll": "2" ,
319
- "daysToKeepDaily": "5" ,
320
- "weeksToKeepWeekly": "3" ,
321
- "monthToKeepMonthly": "4" ,
322
- "yearsToKeepYearly": "10"
318
+ "daysToKeepAll": 2 ,
319
+ "daysToKeepDaily": 5 ,
320
+ "weeksToKeepWeekly": 3 ,
321
+ "monthToKeepMonthly": 4 ,
322
+ "yearsToKeepYearly": 10
323
323
}
324
324
}]]> </programlisting >
325
325
</example >
@@ -361,7 +361,7 @@ backups | ............| . . . . . . . . . | . . . | .
361
361
"token": "mysecrettoken",
362
362
"path": "/backups",
363
363
"cleanup.type": "quantity",
364
- "cleanup.amount": "10"
364
+ "cleanup.amount": 10
365
365
}
366
366
}]]> </programlisting >
367
367
</example >
0 commit comments