Trends / config /furniture_taxonomy.json
gkdivya's picture
Update config/furniture_taxonomy.json
cbfd7d8
{
"Furniture": {
"Sofas & Couches": {
"attributes": {
"type": ["Modern", "Traditional", "Contemporary", "Rustic"],
"material": ["Leather", "Fabric", "Velvet", "Microfiber"],
"color": ["Red", "Blue", "Green", "Gray", "Black", "White"]
}
},
"Tables": {
"attributes": {
"type": ["Coffee Table", "Dining Table", "Side Table", "Console Table"],
"material": ["Wood", "Metal", "Glass", "Composite"],
"color": ["Brown", "Black", "White", "Gray"]
}
},
"Chairs": {
"attributes": {
"type": ["Office Chair", "Dining Chair", "Armchair", "Rocking Chair"],
"material": ["Wood", "Plastic", "Metal", "Upholstered"],
"color": ["Black", "White", "Red", "Blue", "Green"]
}
},
"Beds": {
"attributes": {
"type": ["Platform", "Panel", "Sleigh", "Canopy"],
"material": ["Wood", "Metal", "Upholstered"],
"size": ["Twin", "Full", "Queen", "King"]
}
},
"Storage": {
"attributes": {
"type": ["Bookcase", "Cabinet", "Chest", "Wardrobe"],
"material": ["Wood", "Metal", "Plastic"],
"color": ["White", "Brown", "Black", "Gray"]
}
}
}
}