fix example

This commit is contained in:
Asim Aslam
2022-01-07 12:51:25 +00:00
parent 6a231844ef
commit 7e68e2ceb5

View File

@@ -4,19 +4,19 @@
"run_check": false, "run_check": false,
"request": {}, "request": {},
"response": { "response": {
"units": 1, "units": 1000,
"metric": "KG", "metric": "KG",
"tonnes": 0.001, "tonnes": 1,
"projects": [ "projects": [
{ {
"name": "Producing electricity from wind power in Northeast Thailand", "name": "Producing electricity from wind power in Northeast Thailand",
"percentage": 98, "percentage": 98,
"tonnes": 0.001 "tonnes": 0.98
}, },
{ {
"name": "Wind power generation in Bac Lieu Province, Vietnam", "name": "Wind power generation in Bac Lieu Province, Vietnam",
"percentage": 2, "percentage": 2,
"tonnes": 0 "tonnes": 0.02
} }
] ]
} }