summaryrefslogtreecommitdiff
path: root/cards.json
blob: 8c3bd1537de88995b7662c8870793c65c7b79817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
  {
    "front": "This is the front page!",
    "back": "This is the back page!",
    "scheduled": "2025-07-17T00:00:00.000Z"
  },
  {
    "front": "Another front page",
    "back": "Another back page",
    "scheduled": "2025-07-20T00:00:00.000Z"
  }
]