manufacturer
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
"débattement fourche": { "@type": "QuantitativeValue", "value": 150, "unitCode": "MMT" },
|
||||
"débattement cadre": { "@type": "QuantitativeValue", "value": 150, "unitCode": "MMT" },
|
||||
"matière du cadre": "Aluminium",
|
||||
"groupe": { "name": "Shimano Deore XT 12V", "manufacturer": "Shimano" }
|
||||
"groupe": { "name": "Shimano Deore XT 12V", "manufacturer": { "@type": "Organization", "name": "Shimano" } }
|
||||
},
|
||||
"caracteristiques": {
|
||||
"châssis": {
|
||||
@@ -65,7 +65,7 @@
|
||||
},
|
||||
"assistance électrique": {
|
||||
"moteur": "Bosch Performance Line CX 250W",
|
||||
"batterie": { "manufacturer": "Bosch", "modèle": "Powertube", "capacité (Wh)" : 750},
|
||||
"batterie": { "manufacturer": { "@type": "Organization", "name": "Bosch" }, "modèle": "Powertube", "capacité (Wh)" : 750},
|
||||
"écran": "Bosch Kiox 300 w/ LED remote"
|
||||
},
|
||||
"direction": {
|
||||
@@ -75,14 +75,14 @@
|
||||
"poignées": "Fabric FunGuy"
|
||||
},
|
||||
"transmission": {
|
||||
"manette de dérailleur": { "name": "Shimano Deore M6100, 1x12 vitesses", "manufacturer": "Shimano" },
|
||||
"dérailleur arrière": { "name": "Shimano XT 12 vitesses", "manufacturer": "Shimano" },
|
||||
"manette de dérailleur": { "name": "Shimano Deore M6100, 1x12 vitesses", "manufacturer": { "@type": "Organization", "name": "Shimano" } },
|
||||
"dérailleur arrière": { "name": "Shimano XT 12 vitesses", "manufacturer": { "@type": "Organization", "name": "Shimano" } },
|
||||
"pédalier": "FSA Bosch E-bike w/ 55 mm chainline, 160 mm, 34T",
|
||||
"chaîne": { "name": "Shimano Deore 6100", "manufacturer": "Shimano" },
|
||||
"cassette": { "name": "Shimano Deore M6100, 10-51 Dents", "manufacturer": "Shimano" }
|
||||
"chaîne": { "name": "Shimano Deore 6100", "manufacturer": { "@type": "Organization", "name": "Shimano" } },
|
||||
"cassette": { "name": "Shimano Deore M6100, 10-51 Dents", "manufacturer": { "@type": "Organization", "name": "Shimano" } }
|
||||
},
|
||||
"équipements": {
|
||||
"freins": { "name": "Shimano MT420 4-piston hydraulic disc, 203/203 mm rotors", "manufacturer": "Shimano" },
|
||||
"freins": { "name": "Shimano MT420 4-piston hydraulic disc, 203/203 mm rotors", "manufacturer": { "@type": "Organization", "name": "Shimano" } },
|
||||
"selle": "Fabric Scoop Shallow Sport, steel rails",
|
||||
"tige de selle": "TranzX dropper, internal routing, 31.6, 130 mm (S), 150 mm (M-XL)"
|
||||
},
|
||||
@@ -91,8 +91,8 @@
|
||||
"moyeu avant": "ula 15x110mm thru-axle ",
|
||||
"moyeu arrière": "Shimano MT410, 12x148mm thru-axle",
|
||||
"pneus": {
|
||||
"avant": { "name": "Maxxis Minion DHF, 29 x 2.6\", EXO, tubeless ready ", "manufacturer": "Maxxis" },
|
||||
"arrière": { "name": "Maxxis Rekon, 29 x 2.6\" (27.5x2.6\" - size Small), EXO, tubeless ready", "manufacturer": "Maxxis" }
|
||||
"avant": { "name": "Maxxis Minion DHF, 29 x 2.6\", EXO, tubeless ready ", "manufacturer": { "@type": "Organization", "name": "Maxxis" } },
|
||||
"arrière": { "name": "Maxxis Rekon, 29 x 2.6\" (27.5x2.6\" - size Small), EXO, tubeless ready", "manufacturer": { "@type": "Organization", "name": "Maxxis" } }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user