default.txt 235 B

123456789101112
  1. [
  2. {
  3. "title": "apples",
  4. "count": [12000, 20000],
  5. "description": {"text": "...", "sensitive": false}
  6. },
  7. {
  8. "title": "oranges",
  9. "count": [17500, null],
  10. "description": {"text": "...", "sensitive": false}
  11. }
  12. ]