asset-tagging/2.json

15 lines
260 B
JSON
Raw Permalink Normal View History

2025-09-08 14:11:59 -04:00
{
"productId": "SKU-12345",
"productName": "Wireless Bluetooth Headphones",
"price": 79.99,
"inStock": true,
"tags": [
"audio",
"electronics",
"wireless"
],
"specs": {
"color": "Midnight Black",
"batteryLife": "20 hours"
}
}