Last active
May 22, 2025 19:43
-
-
Save felipeorlando/e8458fb4d7ecc813ce6d7a8b37853e8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"products": [ | |
{ | |
"name": "T-Shirt Classic", | |
"image": "https://fastly.picsum.photos/id/1079/200/300.jpg?hmac=2_Q-8QGaabS7GsZLCCM2JvTkNhZFjwv5K2wVnJ8CjKI", | |
"variations": [ | |
{ "size": "S", "amount": 5 }, | |
{ "size": "M", "amount": 0 }, | |
{ "size": "L", "amount": 12 } | |
] | |
}, | |
{ | |
"name": "Sneakers Sport", | |
"image": "https://fastly.picsum.photos/id/1081/200/300.jpg?hmac=ntCnXquH7cpEF0vi5yvz1wKAlRyd2EZwZJQbgtfknu8", | |
"variations": [ | |
{ "size": "38", "amount": 3 }, | |
{ "size": "40", "amount": 0 }, | |
{ "size": "42", "amount": 1 } | |
] | |
}, | |
{ | |
"name": "Backpack Pro", | |
"image": "https://fastly.picsum.photos/id/225/200/300.jpg?hmac=HoopVmaDuZW8v_8n33eWQvN3hdmFj9gP2m3AWvybT8s", | |
"variations": [ | |
{ "size": "Standard", "amount": 0 } | |
] | |
}, | |
{ | |
"name": "Running Shorts", | |
"image": "https://fastly.picsum.photos/id/228/200/300.jpg?hmac=A6oUMz6rMYY00q0GJfUDf_sU2uPTrqbUHVQykZQtZDU", | |
"variations": [ | |
{ "size": "M", "amount": 8 }, | |
{ "size": "L", "amount": 4 } | |
] | |
}, | |
{ | |
"name": "Winter Jacket", | |
"image": "https://fastly.picsum.photos/id/1079/200/300.jpg?hmac=2_Q-8QGaabS7GsZLCCM2JvTkNhZFjwv5K2wVnJ8CjKI", | |
"variations": [ | |
{ "size": "M", "amount": 0 }, | |
{ "size": "L", "amount": 0 }, | |
{ "size": "XL", "amount": 0 } | |
] | |
}, | |
{ | |
"name": "Baseball Cap", | |
"image": "https://fastly.picsum.photos/id/1081/200/300.jpg?hmac=ntCnXquH7cpEF0vi5yvz1wKAlRyd2EZwZJQbgtfknu8", | |
"variations": [ | |
{ "size": "One Size", "amount": 13 } | |
] | |
}, | |
{ | |
"name": "Yoga Mat", | |
"image": "https://fastly.picsum.photos/id/225/200/300.jpg?hmac=HoopVmaDuZW8v_8n33eWQvN3hdmFj9gP2m3AWvybT8s", | |
"variations": [ | |
{ "size": "Standard", "amount": 6 }, | |
{ "size": "XL", "amount": 2 } | |
] | |
}, | |
{ | |
"name": "Smartwatch Band", | |
"image": "https://fastly.picsum.photos/id/228/200/300.jpg?hmac=A6oUMz6rMYY00q0GJfUDf_sU2uPTrqbUHVQykZQtZDU", | |
"variations": [ | |
{ "size": "S", "amount": 0 }, | |
{ "size": "M", "amount": 2 } | |
] | |
}, | |
{ | |
"name": "Water Bottle", | |
"image": "https://fastly.picsum.photos/id/1079/200/300.jpg?hmac=2_Q-8QGaabS7GsZLCCM2JvTkNhZFjwv5K2wVnJ8CjKI", | |
"variations": [ | |
{ "size": "500ml", "amount": 15 }, | |
{ "size": "1L", "amount": 9 } | |
] | |
}, | |
{ | |
"name": "Leather Wallet", | |
"image": "https://fastly.picsum.photos/id/1081/200/300.jpg?hmac=ntCnXquH7cpEF0vi5yvz1wKAlRyd2EZwZJQbgtfknu8", | |
"variations": [ | |
{ "size": "Standard", "amount": 1 } | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment