project.json 1014 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "Test project",
  3. "description": "This is test project description.",
  4. "submissions": [
  5. {
  6. "name": "First submission",
  7. "description": "This is first submission.",
  8. "thumbnail": "test.jpg"
  9. },
  10. {
  11. "name": "Second submission",
  12. "description": "This is second submission.",
  13. "thumbnail": "test.jpg",
  14. "elements": [
  15. {
  16. "name": "Element",
  17. "description": "This is element description",
  18. "mesh": "element.stl",
  19. "shop": "https://allegro.pl",
  20. "thumbnail": "element.png",
  21. "params": {
  22. "width": "100mm",
  23. "height": "50mm"
  24. },
  25. "pictures": [
  26. "test_a.png",
  27. "test_b.jpg"
  28. ]
  29. }
  30. ]
  31. }
  32. ]
  33. }