story.json 184 B

12345678910
  1. {
  2. "heading": "<h1>A story about something</h1>",
  3. "chapterUrls": [
  4. "chapter-1.json",
  5. "chapter-2.json",
  6. "chapter-3.json",
  7. "chapter-4.json",
  8. "chapter-5.json"
  9. ]
  10. }