mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
fix example
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user