Merge pull request #6 from chamil321/json-check

Add missing fields and rectify field names to product.json file
This commit is contained in:
Waruna Lakshitha 2019-11-16 00:43:40 +05:30 committed by GitHub
commit 79da8cf7dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,8 @@
"name": "Vintage Typewriter", "name": "Vintage Typewriter",
"description": "This typewriter looks good in your living room.", "description": "This typewriter looks good in your living room.",
"picture": "/static/img/products/typewriter.jpg", "picture": "/static/img/products/typewriter.jpg",
"priceUsd": { "price_usd": {
"currencyCode": "USD", "currency_code": "USD",
"units": 67, "units": 67,
"nanos": 990000000 "nanos": 990000000
}, },
@ -17,8 +17,8 @@
"name": "Vintage Camera Lens", "name": "Vintage Camera Lens",
"description": "You won't have a camera to use it and it probably doesn't work anyway.", "description": "You won't have a camera to use it and it probably doesn't work anyway.",
"picture": "/static/img/products/camera-lens.jpg", "picture": "/static/img/products/camera-lens.jpg",
"priceUsd": { "price_usd": {
"currencyCode": "USD", "currency_code": "USD",
"units": 12, "units": 12,
"nanos": 490000000 "nanos": 490000000
}, },
@ -29,9 +29,10 @@
"name": "Home Barista Kit", "name": "Home Barista Kit",
"description": "Always wanted to brew coffee with Chemex and Aeropress at home?", "description": "Always wanted to brew coffee with Chemex and Aeropress at home?",
"picture": "/static/img/products/barista-kit.jpg", "picture": "/static/img/products/barista-kit.jpg",
"priceUsd": { "price_usd": {
"currencyCode": "USD", "currency_code": "USD",
"units": 124 "units": 124,
"nanos": 490000000
}, },
"categories": ["cookware"] "categories": ["cookware"]
}, },
@ -40,8 +41,8 @@
"name": "Terrarium", "name": "Terrarium",
"description": "This terrarium will looks great in your white painted living room.", "description": "This terrarium will looks great in your white painted living room.",
"picture": "/static/img/products/terrarium.jpg", "picture": "/static/img/products/terrarium.jpg",
"priceUsd": { "price_usd": {
"currencyCode": "USD", "currency_code": "USD",
"units": 36, "units": 36,
"nanos": 450000000 "nanos": 450000000
}, },
@ -52,9 +53,10 @@
"name": "Film Camera", "name": "Film Camera",
"description": "This camera looks like it's a film camera, but it's actually digital.", "description": "This camera looks like it's a film camera, but it's actually digital.",
"picture": "/static/img/products/film-camera.jpg", "picture": "/static/img/products/film-camera.jpg",
"priceUsd": { "price_usd": {
"currencyCode": "USD", "currency_code": "USD",
"units": 2245 "units": 2245,
"nanos": 490000000
}, },
"categories": ["photography", "vintage"] "categories": ["photography", "vintage"]
}, },
@ -63,8 +65,8 @@
"name": "Vintage Record Player", "name": "Vintage Record Player",
"description": "It still works.", "description": "It still works.",
"picture": "/static/img/products/record-player.jpg", "picture": "/static/img/products/record-player.jpg",
"priceUsd": { "price_usd": {
"currencyCode": "USD", "currency_code": "USD",
"units": 65, "units": 65,
"nanos": 500000000 "nanos": 500000000
}, },
@ -75,8 +77,8 @@
"name": "Metal Camping Mug", "name": "Metal Camping Mug",
"description": "You probably don't go camping that often but this is better than plastic cups.", "description": "You probably don't go camping that often but this is better than plastic cups.",
"picture": "/static/img/products/camp-mug.jpg", "picture": "/static/img/products/camp-mug.jpg",
"priceUsd": { "price_usd": {
"currencyCode": "USD", "currency_code": "USD",
"units": 24, "units": 24,
"nanos": 330000000 "nanos": 330000000
}, },
@ -87,8 +89,8 @@
"name": "City Bike", "name": "City Bike",
"description": "This single gear bike probably cannot climb the hills of San Francisco.", "description": "This single gear bike probably cannot climb the hills of San Francisco.",
"picture": "/static/img/products/city-bike.jpg", "picture": "/static/img/products/city-bike.jpg",
"priceUsd": { "price_usd": {
"currencyCode": "USD", "currency_code": "USD",
"units": 789, "units": 789,
"nanos": 500000000 "nanos": 500000000
}, },
@ -99,8 +101,8 @@
"name": "Air Plant", "name": "Air Plant",
"description": "Have you ever wondered whether air plants need water? Buy one and figure out.", "description": "Have you ever wondered whether air plants need water? Buy one and figure out.",
"picture": "/static/img/products/air-plant.jpg", "picture": "/static/img/products/air-plant.jpg",
"priceUsd": { "price_usd": {
"currencyCode": "USD", "currency_code": "USD",
"units": 12, "units": 12,
"nanos": 300000000 "nanos": 300000000
}, },