Created
January 20, 2020 21:06
-
-
Save bosunski/cccddd22b52ab0f47d05aa0e74d40f13 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
{ | |
"price": 21975, | |
"customization": { | |
"id": 5, | |
"name": "Cooo", | |
"features": [ | |
{ | |
"id": 36, | |
"name": "Colar", | |
"unit": "dB", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"value": null, | |
"isRequired": false, | |
"properties": { | |
"name": "colar", | |
"type": "select", | |
"options": [ | |
{ | |
"name": "9 dB", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": 0, | |
"value": "9", | |
"image_path": null | |
} | |
], | |
"isRequired": false | |
} | |
}, | |
{ | |
"id": 37, | |
"name": "Olatunbosun Egberinde", | |
"unit": "M", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"value": null, | |
"isRequired": false, | |
"properties": { | |
"name": "olatunbosun_egberinde", | |
"type": "select", | |
"options": [ | |
{ | |
"name": "3 M", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": 0, | |
"value": "3", | |
"image_path": null | |
}, | |
{ | |
"name": "10 M", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": 0, | |
"value": "10", | |
"image_path": null | |
}, | |
{ | |
"name": "30 M", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": 0, | |
"value": "30", | |
"image_path": null | |
}, | |
{ | |
"name": "33 M", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": "100", | |
"value": "33", | |
"image_path": null | |
}, | |
{ | |
"name": "35 M", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": "150", | |
"value": "35", | |
"image_path": null | |
} | |
], | |
"isRequired": false | |
} | |
}, | |
{ | |
"id": 38, | |
"name": "Cake Size", | |
"unit": null, | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"value": null, | |
"isRequired": false, | |
"properties": { | |
"name": "cake_size", | |
"type": "select", | |
"options": [ | |
{ | |
"name": "b", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": 0, | |
"value": "b", | |
"image_path": null | |
}, | |
{ | |
"name": "d", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": 0, | |
"value": "d", | |
"image_path": null | |
}, | |
{ | |
"name": "g", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": 0, | |
"value": "g", | |
"image_path": null | |
}, | |
{ | |
"name": "f", | |
"image": "https://res.cloudinary.com/kiitec/image/upload/v1/customization/features/38/fpng", | |
"price": "100", | |
"value": "f", | |
"image_path": "customization/features/38/fpng" | |
}, | |
{ | |
"name": "h", | |
"image": "https://res.cloudinary.com/kiitec/image/upload/v1/customization/features/38/h.png", | |
"price": "150", | |
"value": "h", | |
"image_path": "customization/features/38/h.png" | |
} | |
], | |
"isRequired": false | |
} | |
}, | |
{ | |
"id": 39, | |
"name": "Boom", | |
"unit": "dB", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"value": { | |
"name": "100 dB", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": "100", | |
"value": "100", | |
"image_path": null | |
}, | |
"isRequired": false, | |
"properties": { | |
"name": "boom", | |
"type": "select", | |
"options": [ | |
{ | |
"name": "100 dB", | |
"image": "https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png", | |
"price": "100", | |
"value": "100", | |
"image_path": null | |
} | |
], | |
"isRequired": false | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment