manufacturer
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"débattement fourche": { "@type": "QuantitativeValue", "value": 130, "unitCode": "MMT" },
|
||||
"débattement cadre": { "@type": "QuantitativeValue", "value": 120, "unitCode": "MMT" },
|
||||
"matière du cadre": "Aluminium",
|
||||
"groupe": { "name": "Shimano Cues 10V", "manufacturer": "Shimano" }
|
||||
"groupe": { "name": "Shimano Cues 10V", "manufacturer": { "@type": "Organization", "name": "Shimano" } }
|
||||
},
|
||||
"caracteristiques": {
|
||||
"châssis": {
|
||||
@@ -50,14 +50,14 @@
|
||||
},
|
||||
"assistance électrique": {
|
||||
"moteur": "Bosch Drive Unit Performance CX Generation 4 (85 Nm) Cruise (250 Watt), Smart System, 25 km/h",
|
||||
"batterie": { "manufacturer": "Bosch", "modèle": "PowerTube", "capacité (Wh)" : 625},
|
||||
"batterie": { "manufacturer": { "@type": "Organization", "name": "Bosch" }, "modèle": "PowerTube", "capacité (Wh)" : 625},
|
||||
"commande": "Bosch Purion 200 w/ Integrated Display"
|
||||
},
|
||||
"transmission": {
|
||||
"manette de dérailleur": { "name": "Shimano Cues SL-U6000, Rapidfire-Plus, 1x10-vitesses", "manufacturer": "Shimano" },
|
||||
"dérailleur arrière": { "name": "Shimano Cues RD-U6000-GS, 10-vitesses", "manufacturer": "Shimano" },
|
||||
"cassette": { "name": "Shimano Cues CS-LG400, 11-48 Dents", "manufacturer": "Shimano" },
|
||||
"chaîne": { "name": "Shimano CN-LG500", "manufacturer": "Shimano" },
|
||||
"manette de dérailleur": { "name": "Shimano Cues SL-U6000, Rapidfire-Plus, 1x10-vitesses", "manufacturer": { "@type": "Organization", "name": "Shimano" } },
|
||||
"dérailleur arrière": { "name": "Shimano Cues RD-U6000-GS, 10-vitesses", "manufacturer": { "@type": "Organization", "name": "Shimano" } },
|
||||
"cassette": { "name": "Shimano Cues CS-LG400, 11-48 Dents", "manufacturer": { "@type": "Organization", "name": "Shimano" } },
|
||||
"chaîne": { "name": "Shimano CN-LG500", "manufacturer": { "@type": "Organization", "name": "Shimano" } },
|
||||
"pédalier": "Acid MTB Hybrid, 38 Dents"
|
||||
},
|
||||
"équipements": {
|
||||
@@ -70,7 +70,7 @@
|
||||
"jantes": "Cube EX30, 32H, Disc, Tubeless Ready",
|
||||
"moyeu avant": "Cube Engineered By Newmen, 15 mm, Boost, Centerlock ",
|
||||
"moyeu arrière": "Cube Engineered By Newmen, 12 mm, Boost, Centerlock",
|
||||
"pneus": { "name": "Schwalbe Smart Sam, Active, 27.5x2.6\"", "manufacturer": "Schwalbe" }
|
||||
"pneus": { "name": "Schwalbe Smart Sam, Active, 27.5x2.6\"", "manufacturer": { "@type": "Organization", "name": "Schwalbe" } }
|
||||
},
|
||||
"direction": {
|
||||
"cintre": "Cube Rise Trail Bar, 760 mm",
|
||||
|
||||
Reference in New Issue
Block a user