elements.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "Elements database project.",
  3. "description": "This is sample example project documentary.",
  4. "submissions": [
  5. {
  6. "name": "Objects twice submission",
  7. "description": "This is first submission",
  8. "thumbnail": "https://i.redd.it/jxbc2sbfdkmd1.jpeg",
  9. "elements": [
  10. {
  11. "name": "Object 1",
  12. "description": "Sample object",
  13. "attributes" : {
  14. "width": "110mm",
  15. "height": "50mm",
  16. "depth": "60mm"
  17. },
  18. "links": {
  19. "Ebay": "https://ebay.com"
  20. },
  21. "thumbnail": "https://preview.redd.it/how-cute-is-this-street-cat-v0-3yt7hznrfhmd1.jpeg?width=640&crop=smart&auto=webp&s=fdf36a3c7b36e52b541421c58fdec811ded8df2f",
  22. "pictures": [
  23. "https://preview.redd.it/she-seems-pleased-with-herself-v0-gk0rylncqfmd1.jpeg?width=640&crop=smart&auto=webp&s=b9f523953de121e5f85d283eb13801e6b10fa13b",
  24. "https://preview.redd.it/how-cute-is-this-street-cat-v0-3yt7hznrfhmd1.jpeg?width=640&crop=smart&auto=webp&s=fdf36a3c7b36e52b541421c58fdec811ded8df2f"
  25. ]
  26. },
  27. {
  28. "name": "Object 2",
  29. "description": "Sample object",
  30. "attributes" : {
  31. "width": "110mm",
  32. "height": "50mm",
  33. "depth": "60mm"
  34. },
  35. "links": {
  36. "Ebay": "https://ebay.com"
  37. },
  38. "thumbnail": "https://preview.redd.it/how-cute-is-this-street-cat-v0-3yt7hznrfhmd1.jpeg?width=640&crop=smart&auto=webp&s=fdf36a3c7b36e52b541421c58fdec811ded8df2f",
  39. "pictures": [
  40. "https://preview.redd.it/she-seems-pleased-with-herself-v0-gk0rylncqfmd1.jpeg?width=640&crop=smart&auto=webp&s=b9f523953de121e5f85d283eb13801e6b10fa13b",
  41. "https://preview.redd.it/how-cute-is-this-street-cat-v0-3yt7hznrfhmd1.jpeg?width=640&crop=smart&auto=webp&s=fdf36a3c7b36e52b541421c58fdec811ded8df2f"
  42. ]
  43. }
  44. ]
  45. },
  46. ]
  47. }