manufacturer
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"débattement fourche": { "@type": "QuantitativeValue", "value": 180, "unitCode": "MMT" },
|
||||
"débattement cadre": { "@type": "QuantitativeValue", "value": 180, "unitCode": "MMT" },
|
||||
"matière du cadre": "Aluminium",
|
||||
"groupe": { "name": "Shimano SLX 12V", "manufacturer": "Shimano" }
|
||||
"groupe": { "name": "Shimano SLX 12V", "manufacturer": { "@type": "Organization", "name": "Shimano" } }
|
||||
},
|
||||
"caracteristiques": {
|
||||
"châssis": {
|
||||
@@ -51,7 +51,7 @@
|
||||
},
|
||||
"assistance électrique": {
|
||||
"moteur": {
|
||||
"manufacturer": "Yamaha",
|
||||
"manufacturer": { "@type": "Organization", "name": "Yamaha" },
|
||||
"modèle": "PW-X3",
|
||||
"puissance (W)": 250,
|
||||
"couple (Nm)": 85
|
||||
@@ -76,8 +76,8 @@
|
||||
"roues": {
|
||||
"jantes": "Mavic, E- Deemax",
|
||||
"pneus": {
|
||||
"avant": { "name": "Schwalbe, Magic Mary Evo TLE, 29 x 2.4 \"", "manufacturer": "Schwalbe" },
|
||||
"arrière": { "name": "Schwalbe, Big Betty Evo Gravity, 65-584, 27.5 x 2.6 \"", "manufacturer": "Schwalbe" }
|
||||
"avant": { "name": "Schwalbe, Magic Mary Evo TLE, 29 x 2.4 \"", "manufacturer": { "@type": "Organization", "name": "Schwalbe" } },
|
||||
"arrière": { "name": "Schwalbe, Big Betty Evo Gravity, 65-584, 27.5 x 2.6 \"", "manufacturer": { "@type": "Organization", "name": "Schwalbe" } }
|
||||
}
|
||||
},
|
||||
"direction": {
|
||||
|
||||
Reference in New Issue
Block a user