Inspect exact calculation input JSON
{
"price": 98,
"numberOfReferences": 650,
"business": "small-business",
"airTransportRatio": 0,
"countrySpinning": "FR",
"countryFabric": "REO",
"countryDyeing": "REO",
"countryMaking": "REO",
"fabricProcess": "weaving",
"dyeingProcessType": "average",
"fading": true,
"surfaceMass": 330,
"physicalDurability": 1,
"makingWaste": 0.05,
"makingDeadStock": 0.02,
"makingComplexity": "medium",
"disabledSteps": [],
"upcycled": true,
"trims": [],
"product": "jean",
"mass": 0.62,
"materials": [
{
"id": "coton-rdpc",
"share": 0.7,
"country": "FR",
"spinning": "ConventionalSpinning"
},
{
"id": "ei-coton",
"share": 0.28,
"country": "FR",
"spinning": "ConventionalSpinning"
},
{
"id": "elasthane",
"share": 0.02,
"country": "REO",
"spinning": "SyntheticSpinning"
}
]
}