1
0

TestIntegration_Bootstrap-CreateNotes 393 B

1234567891011121314151617
  1. notes
  2. {
  3. "notes": [
  4. {
  5. "content": "Document key architectural decisions and their rationale",
  6. "title": "Architecture decisions"
  7. },
  8. {
  9. "content": "Notes from the first sprint planning meeting",
  10. "title": "Meeting notes - Sprint 1"
  11. },
  12. {
  13. "content": "Outline the testing approach for the beta release",
  14. "title": "Testing strategy"
  15. }
  16. ]
  17. }